diff --git a/.circleci/config.yml b/.circleci/config.yml index a36cb889..43f6178b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,7 +71,7 @@ jobs: echo 'github.com ssh-rsa SHA256:Z4bsDPFhTv8vuTERTBcs6b5RHFRspyI77b7tQUsju1g' >> ~/.ssh/known_hosts ssh-add -D ssh-add ~/.ssh/id_rsa_* - git submodule init && git submodule update --init --recursive + git submodule init && git submodule update --init Modules/core # Setup environment files (MUST be before build) - run: @@ -290,20 +290,18 @@ jobs: echo "Running daily health check build..." # Setup environment files for build check - echo 'export BRAINWALLET_IOS_STOREKIT_V1_0_FILE="$BRAINWALLET_IOS_STOREKIT_V1_0_FILE"' >> $BASH_ENV echo 'export GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV echo 'export REMOTE_CONFIG_DEFAULTS="$REMOTE_CONFIG_DEFAULTS"' >> $BASH_ENV echo 'export DEBUG_SERVICE_DATA="$DEBUG_SERVICE_DATA"' >> $BASH_ENV # Create minimal environment files for build verification - echo "$BRAINWALLET_IOS_STOREKIT_V1_0_FILE" | base64 --decode > Brainwallet-StoreKit-v1.storekit echo "$GOOGLE_SERVICES_PLIST" | base64 --decode > GoogleService-Info.plist echo "$REMOTE_CONFIG_DEFAULTS" | base64 --decode > remote-config-defaults.plist echo "$DEBUG_SERVICE_DATA" | base64 --decode > service-data.plist # Copy to brainwallet directory mkdir -p ./brainwallet - cp *.storekit *.plist ./brainwallet/ 2>/dev/null || echo "Some files may not exist" + cp *.plist ./brainwallet/ 2>/dev/null || echo "Some files may not exist" # Quick build verification (build only, no tests) xcodebuild build \ @@ -392,20 +390,18 @@ jobs: echo 'github.com ssh-rsa SHA256:Z4bsDPFhTv8vuTERTBcs6b5RHFRspyI77b7tQUsju1g' >> ~/.ssh/known_hosts ssh-add -D ssh-add ~/.ssh/id_rsa_* - git submodule init && git submodule update --init --recursive - + git submodule init && git submodule update --init Modules/core + # Setup environment files (MUST be before build) - run: name: Setup environment files command: | # Export environment variables - echo 'export BRAINWALLET_IOS_STOREKIT_V1_0_FILE="$BRAINWALLET_IOS_STOREKIT_V1_0_FILE"' >> $BASH_ENV echo 'export GOOGLE_SERVICES_PLIST="$GOOGLE_SERVICES_PLIST"' >> $BASH_ENV echo 'export REMOTE_CONFIG_DEFAULTS="$REMOTE_CONFIG_DEFAULTS"' >> $BASH_ENV echo 'export DEBUG_SERVICE_DATA="$DEBUG_SERVICE_DATA"' >> $BASH_ENV # Create environment files in root directory (required by Xcode build) - echo "$BRAINWALLET_IOS_STOREKIT_V1_0_FILE" | base64 --decode > Brainwallet-StoreKit-v1.storekit echo "$GOOGLE_SERVICES_PLIST" | base64 --decode > GoogleService-Info.plist echo "$REMOTE_CONFIG_DEFAULTS" | base64 --decode > remote-config-defaults.plist echo "$DEBUG_SERVICE_DATA" | base64 --decode > service-data.plist @@ -432,7 +428,6 @@ jobs: # Also copy to brainwallet directory if needed mkdir -p ./brainwallet - cp Brainwallet-StoreKit-v1.storekit ./brainwallet/PreLaunchResources/ cp GoogleService-Info.plist ./brainwallet/PreLaunchResources/ cp remote-config-defaults.plist ./brainwallet/PreLaunchResources/ cp service-data.plist ./brainwallet/PreLaunchResources/ diff --git a/.gitignore b/.gitignore index 07cbced2..51b68e22 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,7 @@ GoogleService-Info.plist /Storekit *.storekit Brainwallet-StoreKit-v1.storekit -fastlane/report.xml -fastlane/test_output/ +/fastlane/report.xml +**/fastlane/test_output/ +## Games protection +/Private diff --git a/.gitmodules b/.gitmodules index 0b550f63..40bd7eaf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Modules/core"] path = Modules/core url = https://github.com/gruntsoftware/core.git +[submodule "Private/ios-games"] + path = Private/ios-games + url = https://github.com/gruntsoftware/ios-games.git diff --git a/BrainwalletHybrid.xcworkspace/contents.xcworkspacedata b/BrainwalletHybrid.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..ada5f957 --- /dev/null +++ b/BrainwalletHybrid.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Private/ios-games b/Private/ios-games new file mode 160000 index 00000000..cc26da31 --- /dev/null +++ b/Private/ios-games @@ -0,0 +1 @@ +Subproject commit cc26da3176d92a66ddcefcc2c6f30c95fb5475fa diff --git a/brainwallet.xcodeproj/project.pbxproj b/brainwallet.xcodeproj/project.pbxproj index a4e9fe80..146e46dc 100644 --- a/brainwallet.xcodeproj/project.pbxproj +++ b/brainwallet.xcodeproj/project.pbxproj @@ -53,7 +53,6 @@ 244310462E21BCCE004AE386 /* clickseedword.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 244310452E21BCCE004AE386 /* clickseedword.mp3 */; }; 244520342DE7031F003AFFDF /* LockScreenHostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 244520332DE70310003AFFDF /* LockScreenHostingController.swift */; }; 2446DF522E2906AC001453DF /* bloop.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 2446DF512E2906AC001453DF /* bloop.mp3 */; }; - 244895E32DF57D1900CA8BA2 /* Brainwallet-StoreKit-v1.storekit in Resources */ = {isa = PBXBuildFile; fileRef = 244895E22DF57D1900CA8BA2 /* Brainwallet-StoreKit-v1.storekit */; }; 244A8D932DE84C890024D356 /* BrainwalletShapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 244A8D922DE84C7F0024D356 /* BrainwalletShapes.swift */; }; 245A91DC2DBA3E670048E3A6 /* PINRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 245A91DB2DBA3E450048E3A6 /* PINRowView.swift */; }; 245F189C2DD1F28B00D20715 /* BuyViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 245F189B2DD1F27E00D20715 /* BuyViewModel.swift */; }; @@ -493,7 +492,6 @@ 244310452E21BCCE004AE386 /* clickseedword.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = clickseedword.mp3; sourceTree = ""; }; 244520332DE70310003AFFDF /* LockScreenHostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LockScreenHostingController.swift; sourceTree = ""; }; 2446DF512E2906AC001453DF /* bloop.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = bloop.mp3; sourceTree = ""; }; - 244895E22DF57D1900CA8BA2 /* Brainwallet-StoreKit-v1.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Brainwallet-StoreKit-v1.storekit"; sourceTree = ""; }; 244A8D922DE84C7F0024D356 /* BrainwalletShapes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrainwalletShapes.swift; sourceTree = ""; }; 245A91DB2DBA3E450048E3A6 /* PINRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PINRowView.swift; sourceTree = ""; }; 245F189B2DD1F27E00D20715 /* BuyViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuyViewModel.swift; sourceTree = ""; }; @@ -1623,7 +1621,6 @@ 24D7EA032E336D0800A9AB68 /* CHANGELOG.md */, 24D7EA042E336D0800A9AB68 /* POSTBouncer.html */, 24E06FC42DF4790B00719B6C /* remote-config-defaults.plist */, - 244895E22DF57D1900CA8BA2 /* Brainwallet-StoreKit-v1.storekit */, 2489E05B2DF0A23700630888 /* GoogleService-Info.plist */, ); path = PreLaunchResources; @@ -2292,7 +2289,6 @@ 24D7EA0B2E336D0800A9AB68 /* CHANGELOG.md in Resources */, 24D7EA0E2E336F9100A9AB68 /* service-data.plist in Resources */, 24D7EA0C2E336D0800A9AB68 /* PrivacyInfo.xcprivacy in Resources */, - 244895E32DF57D1900CA8BA2 /* Brainwallet-StoreKit-v1.storekit in Resources */, 24F5BD3C2E042A040010D340 /* clicksound.wav in Resources */, C312D4B22D7DC27700BB97A4 /* SyncProgressHeaderView.xib in Resources */, 244310442E21BCBD004AE386 /* errorsound.mp3 in Resources */, @@ -3075,7 +3071,7 @@ CODE_SIGN_ENTITLEMENTS = brainwallet/brainwallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 250727.1; + CURRENT_PROJECT_VERSION = 250815.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = U8WDVUDC2P; DOCC_EXTRACT_SWIFT_INFO_FOR_OBJC_SYMBOLS = YES; @@ -3263,7 +3259,7 @@ CODE_SIGN_ENTITLEMENTS = brainwallet/brainwallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 250727.1; + CURRENT_PROJECT_VERSION = 250815.0; DEVELOPMENT_TEAM = U8WDVUDC2P; DOCC_EXTRACT_SWIFT_INFO_FOR_OBJC_SYMBOLS = YES; EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES; diff --git a/brainwallet/App Launch Classes/ApplicationController.swift b/brainwallet/App Launch Classes/ApplicationController.swift index 5f9eb5ce..e90985a3 100644 --- a/brainwallet/App Launch Classes/ApplicationController.swift +++ b/brainwallet/App Launch Classes/ApplicationController.swift @@ -1,5 +1,4 @@ import BackgroundTasks -import StoreKit import SwiftUI import UIKit diff --git a/brainwallet/Transactions Classes/TransactionsViewModel.swift b/brainwallet/Transactions Classes/TransactionsViewModel.swift index 73c9c31d..fbb00b42 100644 --- a/brainwallet/Transactions Classes/TransactionsViewModel.swift +++ b/brainwallet/Transactions Classes/TransactionsViewModel.swift @@ -1,6 +1,6 @@ import Foundation -import StoreKit import FirebaseAnalytics +import StoreKit class TransactionsViewModel: ObservableObject, Subscriber, Trackable { diff --git a/fastlane/README.md b/fastlane/README.md index b0fb0701..be7ac99d 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -31,18 +31,18 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do -### ios run_all_tests +### ios run_all_tests_iPhone15ProMax ```sh -[bundle exec] fastlane ios run_all_tests +[bundle exec] fastlane ios run_all_tests_iPhone15ProMax ``` -### ios run_ui_iphone13mini_tests +### ios run_all_tests_iPhone13Mini ```sh -[bundle exec] fastlane ios run_ui_iphone13mini_tests +[bundle exec] fastlane ios run_all_tests_iPhone13Mini ``` diff --git a/fastlane/report.xml b/fastlane/report.xml deleted file mode 100644 index 39c9fffe..00000000 --- a/fastlane/report.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/fastlane/test_output/report.html b/fastlane/test_output/report.html deleted file mode 100644 index 0de2fb8d..00000000 --- a/fastlane/test_output/report.html +++ /dev/null @@ -1,1601 +0,0 @@ - - - - - Test Results | xcpretty - - - - -
-
-

Test Results

-
-
-
-

109 tests

- -
-
- AllFailingPassing -
-
-
-
- - -
-
-

BrainwalletUnitTests.APITests

-
-
- - - - - - - - - - - - - - - - -
- -

0.001s

- -

testfeePerKb

- -

0.000s

- -

testfetchExchangeRates

-
-
- - -
-
-

BrainwalletUnitTests.AmountTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - -
- -

0.000s

- -

testAmountForLtcFormat

- -

0.000s

- -

testAmountString

- -

0.366s

- -

testPerformanceExample

-
-
- - -
-
-

BrainwalletUnitTests.ApplicationControllerTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.009s

- -

testLaunchAssignsApplicationAndWindow

- -

0.001s

- -

testPerformFetchStoresCompletionHandler

- -

0.001s

- -

testShouldRequireLoginReturnsFalseWhenWithinTimeout

- -

0.001s

- -

testShouldRequireLoginReturnsTrueWhenPastTimeout

-
-
- - -
-
-

BrainwalletUnitTests.BRAddressTests

-
-
- - - - - - - - - -
- -

0.000s

- -

testNewAddressGeneration

-
-
- - -
-
-

BrainwalletUnitTests.BWAPIClientTests

-
-
- - - - - - - - - -
- -

0.023s

- -

testPublicKeyEncoding

-
-
- - -
-
-

BrainwalletUnitTests.BuyWKWebVCTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - -
- -

0.000s

- -

testDidTapCurrentAddressButton

- -

0.000s

- -

testLoadRequest

- -

0.001s

- -

testUUIDStringExists

-
-
- - -
-
-

BrainwalletUnitTests.FileTests

-
-
- - - - - - - - - -
- -

0.001s

- -

testGoogleServicesFileExists

-
-
- - -
-
-

BrainwalletUnitTests.LocaleTests

-
-
- - - - - - - - - - - - - - - - -
- -

0.000s

- -

testFilteringUnsupportedCountries

- -

0.001s

- -

testUnsupportedCountriesEnum

-
-
- - -
-
-

BrainwalletUnitTests.LockScreenTests

-
-
- - - - - - - - - -
- -

0.001s

- -

testLockScreenView

-
-
- - -
-
-

BrainwalletUnitTests.NewReceiveViewModelTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.070s

- -

testAmountToStringConversion

- -

0.015s

- -

testCurrencyFromCode

- -

0.010s

- -

testDateFormatterLocale

- -

0.008s

- -

testDateFormatterWithInvalidString

- -

0.008s

- -

testDefaultFiatAmounts

- -

0.008s

- -

testDefaultPickedAmount

- -

0.008s

- -

testDeviceInformation

- -

0.007s

- -

testExpectedConstants

- -

0.008s

- -

testInitialization

- -

0.014s

- -

testInitializationWithCanUserBuyFalse

- -

0.015s

- -

testInitializationWithCanUserBuyTrue

- -

0.008s

- -

testISO8601DateFormatterFormat

- -

0.008s

- -

testLocaleLanguageCode

- -

0.008s

- -

testMoonpaySigningDataCreation

- -

0.007s

- -

testReceiveAddressValidation

- -

0.008s

- -

testStringCapitalization

- -

0.007s

- -

testStringURLEscaping

- -

0.008s

- -

testSupportedFiatCurrenciesEnum

- -

0.007s

- -

testTenXAmountCalculation

- -

0.007s

- -

testUserPreferredBuyCurrencyDefault

- -

0.008s

- -

testUserPreferredBuyCurrencySetting

- -

0.007s

- -

testUserPreferredDarkThemeDefault

- -

0.009s

- -

testUserPreferredDarkThemeSetting

-
-
- - -
-
-

BrainwalletUnitTests.OpsFeesTests

-
-
- - - - - - - - - -
- -

0.001s

- -

testOpsFees

-
-
- - -
-
-

BrainwalletUnitTests.PaymentRequestTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.003s

- -

testAmountInUri

- -

0.000s

- -

testBasicExample

- -

0.000s

- -

testEmptyString

- -

0.000s

- -

testExtraEqualSign

- -

0.000s

- -

testInvalidAddress

- -

0.000s

- -

testMessageWithSpace

- -

0.000s

- -

testRequestMetaData

-
-
- - -
-
-

BrainwalletUnitTests.PhraseTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.009s

- -

testEmptyPhrase

- -

0.011s

- -

testEmptyWord

- -

0.009s

- -

testInvalidPhrase

- -

0.011s

- -

testInValidWord

- -

0.004s

- -

testValidPhrase

- -

0.011s

- -

testValidWord

-
-
- - -
-
-

BrainwalletUnitTests.SeedWordsTests

-
-
- - - - - - - - - - - - - - - - -
- -

0.000s

- -

testExample

- -

0.470s

- -

testPerformanceExample

-
-
- - -
-
-

BrainwalletUnitTests.SendAddressCellViewModelTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.000s

- -

testAddressStringCanBeEmpty

- -

0.000s

- -

testAddressStringCanBeSet

- -

0.000s

- -

testAddressStringCanHandleSpecialCharacters

- -

0.000s

- -

testAddressStringCanHandleUnicodeCharacters

- -

0.000s

- -

testAddressStringIsPublished

- -

0.000s

- -

testAddressStringPublisherEmitsOnChange

- -

0.000s

- -

testInitialAddressStringIsEmpty

- -

0.000s

- -

testInitialClosuresAreNil

- -

0.001s

- -

testInitialization

- -

0.000s

- -

testMultipleAddressStringChangesArePublished

-
-
- - -
-
-

BrainwalletUnitTests.SettingsHelpersTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.000s

- -

testAllSettingsActionsHaveValidSystemImages

- -

0.010s

- -

testClosedRowHeight

- -

0.000s

- -

testConstantsArePositive

- -

0.000s

- -

testExpandArrowSize

- -

0.000s

- -

testExpandedRowHeight

- -

0.000s

- -

testLeadRowPad

- -

0.000s

- -

testLockIsOffSystemImage

- -

0.000s

- -

testLockIsOnSystemImage

- -

0.000s

- -

testPaddingRelationships

- -

0.000s

- -

testPickerViewHeight

- -

0.000s

- -

testPreferDarkModeIsOffSystemImage

- -

0.002s

- -

testPreferDarkModeIsOnSystemImage

- -

0.000s

- -

testRowHeightRelationships

- -

0.000s

- -

testRowLeadingPad

- -

0.000s

- -

testSettingsActionCaseIterable

- -

0.000s

- -

testSystemImageConsistency

- -

0.000s

- -

testSystemImageDifferences

- -

0.000s

- -

testToggleIsOffSystemImage

- -

0.000s

- -

testToggleIsOnSystemImage

- -

0.000s

- -

testToggleRowHeight

- -

0.000s

- -

testTrailRowPad

- -

0.000s

- -

testUpdatePINRowHeight

- -

0.006s

- -

testWipeDataIsOffSystemImage

- -

0.000s

- -

testWipeDataIsOnSystemImage

-
-
- - -
-
-

BrainwalletUnitTests.SpendingLimitTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - -
- -

0.012s

- -

testDefaultValue

- -

0.012s

- -

testSaveSpendingLimit

- -

0.011s

- -

testSaveZero

-
-
- - -
-
-

BrainwalletUnitTests.TabBarViewControllerTests

-
-
- - - - - - - - - - - - - - - - -
- -

0.037s

- -

testTabBarItemCount

- -

0.004s

- -

testTabBarItemRange

-
-
- - -
-
-

BrainwalletUnitTests.TouchIdEnabledTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - -
- -

0.002s

- -

testInitialState

- -

0.002s

- -

testTouchIdAction

- -

0.002s

- -

testUserDefaultsStorage

-
-
- - -
-
-

BrainwalletUnitTests.UserPreferredCurrencyTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - -
- -

0.002s

- -

testAction

- -

0.001s

- -

testUpdateEUR

- -

0.001s

- -

testUpdateJPY

-
-
- - -
-
-

BrainwalletUnitTests.WalletAuthenticationTests

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0.023s

- -

testAuthentication

- -

0.022s

- -

testWalletDisabledTwice

- -

0.021s

- -

testWalletDisabledUntil

- -

0.021s

- -

testWalletNotDisabled

-
-
- - -
-
-

BrainwalletUnitTests.WalletCreationTests

-
-
- - - - - - - - - -
- -

0.012s

- -

testWalletCreation

-
-
- - -
-
-

BrainwalletUnitTests.WalletManagerTests

-
-
- - - - - - - - - - - - - - - - -
- -

0.000s

- -

testSyncingWallet

- -

0.000s

- -

testWalletPeerManagerDisconnection

-
-
- -
- - - diff --git a/fastlane/test_output/report.junit b/fastlane/test_output/report.junit deleted file mode 100644 index fb9e73e4..00000000 --- a/fastlane/test_output/report.junit +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/00/53FD4B7B243A29B5E8A3397A5DB0EB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/00/53FD4B7B243A29B5E8A3397A5DB0EB deleted file mode 100644 index 54c09cde..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/00/53FD4B7B243A29B5E8A3397A5DB0EB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/04/63101447FB3552A316674AC1DAE670 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/04/63101447FB3552A316674AC1DAE670 deleted file mode 100644 index a3b1b2b3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/04/63101447FB3552A316674AC1DAE670 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/05/F601042E3E3DBAAB595D884D5C07E5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/05/F601042E3E3DBAAB595D884D5C07E5 deleted file mode 100644 index 621bd5ec..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/05/F601042E3E3DBAAB595D884D5C07E5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/06/8687C9067137DCA323409C6348C5E8 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/06/8687C9067137DCA323409C6348C5E8 deleted file mode 100644 index 8759889d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/06/8687C9067137DCA323409C6348C5E8 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/06/A4508814A339D08646F1847D5543E9 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/06/A4508814A339D08646F1847D5543E9 deleted file mode 100644 index 353a1dc8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/06/A4508814A339D08646F1847D5543E9 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/07/72F5A11BAD3F51903D047F0CBC92DC b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/07/72F5A11BAD3F51903D047F0CBC92DC deleted file mode 100644 index 61516e5f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/07/72F5A11BAD3F51903D047F0CBC92DC and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/08/456CA9A0A23DCFA205CDC98BAE877E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/08/456CA9A0A23DCFA205CDC98BAE877E deleted file mode 100644 index ee19cc63..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/08/456CA9A0A23DCFA205CDC98BAE877E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/09/7751E7731630079790AF5C79B537D5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/09/7751E7731630079790AF5C79B537D5 deleted file mode 100644 index f605757d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/09/7751E7731630079790AF5C79B537D5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/6C926AA56C3D308B082E009396FBAE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/6C926AA56C3D308B082E009396FBAE deleted file mode 100644 index 723ef585..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/6C926AA56C3D308B082E009396FBAE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/E52DF416143178B99031931DA1DCFE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/E52DF416143178B99031931DA1DCFE deleted file mode 100644 index 1765fd64..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/E52DF416143178B99031931DA1DCFE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/F928CCE24D3A48AC3B1E2965751212 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/F928CCE24D3A48AC3B1E2965751212 deleted file mode 100644 index 4f9d9bd9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0A/F928CCE24D3A48AC3B1E2965751212 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0B/A5AF80F4103E40B949C00D12C7D924 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0B/A5AF80F4103E40B949C00D12C7D924 deleted file mode 100644 index 29977df8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0B/A5AF80F4103E40B949C00D12C7D924 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0C/6077B6ACDD36B7B5F0A3F4F1D07B85 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0C/6077B6ACDD36B7B5F0A3F4F1D07B85 deleted file mode 100644 index 6031c88e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0C/6077B6ACDD36B7B5F0A3F4F1D07B85 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0C/BE521F0D3D3B0D8151A5BFA37CFD5F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0C/BE521F0D3D3B0D8151A5BFA37CFD5F deleted file mode 100644 index f24d886c..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0C/BE521F0D3D3B0D8151A5BFA37CFD5F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0E/E0B8297A9C311BA4A29EF295AA61E2 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0E/E0B8297A9C311BA4A29EF295AA61E2 deleted file mode 100644 index f171bdd0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/0E/E0B8297A9C311BA4A29EF295AA61E2 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/10/DAA25405EF33B2B9425E1D972EBF71 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/10/DAA25405EF33B2B9425E1D972EBF71 deleted file mode 100644 index 53d70431..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/10/DAA25405EF33B2B9425E1D972EBF71 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/11/736D7C407B33D5BC71D34871243DAD b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/11/736D7C407B33D5BC71D34871243DAD deleted file mode 100644 index dd54b961..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/11/736D7C407B33D5BC71D34871243DAD and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/12/4B7311E3F83EA187A3F15A55183B79 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/12/4B7311E3F83EA187A3F15A55183B79 deleted file mode 100644 index ece292b6..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/12/4B7311E3F83EA187A3F15A55183B79 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/12/868666CE7B318EAED4315E85F7AE12 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/12/868666CE7B318EAED4315E85F7AE12 deleted file mode 100644 index 6cdc2670..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/12/868666CE7B318EAED4315E85F7AE12 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/14/785822FDA9382B8A7F40A33C91B6C7 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/14/785822FDA9382B8A7F40A33C91B6C7 deleted file mode 100644 index 3b9ec95b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/14/785822FDA9382B8A7F40A33C91B6C7 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/15/507928A38132359E07DB0A65B304B7 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/15/507928A38132359E07DB0A65B304B7 deleted file mode 100644 index 9972d01f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/15/507928A38132359E07DB0A65B304B7 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/17/0CEEB067CE3BAE8872E0F85932AFE0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/17/0CEEB067CE3BAE8872E0F85932AFE0 deleted file mode 100644 index 5533f0b7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/17/0CEEB067CE3BAE8872E0F85932AFE0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/17/371A8C5AFD3FD99A09EE118D60FF84 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/17/371A8C5AFD3FD99A09EE118D60FF84 deleted file mode 100644 index c14d4086..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/17/371A8C5AFD3FD99A09EE118D60FF84 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/186FE2A47F3288A56B0DB31F2ED874 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/186FE2A47F3288A56B0DB31F2ED874 deleted file mode 100644 index 9c6f0992..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/186FE2A47F3288A56B0DB31F2ED874 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/C6FB53D3393C8499F449C0B6184A51 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/C6FB53D3393C8499F449C0B6184A51 deleted file mode 100644 index 252d5456..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/C6FB53D3393C8499F449C0B6184A51 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/CF8E14682734CEA1BBB439DEB8469B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/CF8E14682734CEA1BBB439DEB8469B deleted file mode 100644 index 43e825d8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/19/CF8E14682734CEA1BBB439DEB8469B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1A/8DEA86A32B3D2FA74D066B3DAD0453 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1A/8DEA86A32B3D2FA74D066B3DAD0453 deleted file mode 100644 index 068a19f5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1A/8DEA86A32B3D2FA74D066B3DAD0453 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1B/620637BC933DEDBE57B1AF8FBB69FF b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1B/620637BC933DEDBE57B1AF8FBB69FF deleted file mode 100644 index a48378d0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1B/620637BC933DEDBE57B1AF8FBB69FF and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1C/18A489DD7632D7929464FAC7AB4616 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1C/18A489DD7632D7929464FAC7AB4616 deleted file mode 100644 index e40d66e9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1C/18A489DD7632D7929464FAC7AB4616 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1D/977CF7637E36B591CC45E9FC23CA1E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1D/977CF7637E36B591CC45E9FC23CA1E deleted file mode 100644 index ce50d8d5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1D/977CF7637E36B591CC45E9FC23CA1E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1E/D666801D973F748E730BAABE07E1F4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1E/D666801D973F748E730BAABE07E1F4 deleted file mode 100644 index 4ab2f5ba..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1E/D666801D973F748E730BAABE07E1F4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1F/86FBCBE9B13E04AA8C774950BC0E66 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1F/86FBCBE9B13E04AA8C774950BC0E66 deleted file mode 100644 index 86806b7a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1F/86FBCBE9B13E04AA8C774950BC0E66 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1F/D205CA780838B89BC54049D05CC12A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1F/D205CA780838B89BC54049D05CC12A deleted file mode 100644 index a1843507..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/1F/D205CA780838B89BC54049D05CC12A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/20/1DBC2C62FE34499548954E2471CC4A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/20/1DBC2C62FE34499548954E2471CC4A deleted file mode 100644 index 9765866e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/20/1DBC2C62FE34499548954E2471CC4A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/21/5518C8335231FC85102610B06C7C13 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/21/5518C8335231FC85102610B06C7C13 deleted file mode 100644 index d08f910b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/21/5518C8335231FC85102610B06C7C13 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/21/BBAC36271C38DAAC3E1C2762B5C434 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/21/BBAC36271C38DAAC3E1C2762B5C434 deleted file mode 100644 index d31ef17a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/21/BBAC36271C38DAAC3E1C2762B5C434 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/22/65382CD01D3FA48666EC164590725B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/22/65382CD01D3FA48666EC164590725B deleted file mode 100644 index 5f7e8b16..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/22/65382CD01D3FA48666EC164590725B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/23/2D1958A4AB31E38B35BE96ABBA0753 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/23/2D1958A4AB31E38B35BE96ABBA0753 deleted file mode 100644 index a10e346e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/23/2D1958A4AB31E38B35BE96ABBA0753 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/23/B6324B17D53BE19AE92F1984902A67 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/23/B6324B17D53BE19AE92F1984902A67 deleted file mode 100644 index dac5000c..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/23/B6324B17D53BE19AE92F1984902A67 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/24/7CD5A4BC7A3A038A506903C38D3258 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/24/7CD5A4BC7A3A038A506903C38D3258 deleted file mode 100644 index ffd16ede..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/24/7CD5A4BC7A3A038A506903C38D3258 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/3C76CDA92135FFABD29F702E59FBFF b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/3C76CDA92135FFABD29F702E59FBFF deleted file mode 100644 index 0ba5f766..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/3C76CDA92135FFABD29F702E59FBFF and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/83B6D86868313BB6BC424A5F5E50D2 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/83B6D86868313BB6BC424A5F5E50D2 deleted file mode 100644 index 09bdab41..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/83B6D86868313BB6BC424A5F5E50D2 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/FC14B990F5322196814C455F59F861 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/FC14B990F5322196814C455F59F861 deleted file mode 100644 index cf6cf972..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/25/FC14B990F5322196814C455F59F861 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/26/EABC227F883076BCA63247D5A5F663 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/26/EABC227F883076BCA63247D5A5F663 deleted file mode 100644 index 8abec4b8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/26/EABC227F883076BCA63247D5A5F663 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/28/4597CEA8463C579164AB5665E4B06E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/28/4597CEA8463C579164AB5665E4B06E deleted file mode 100644 index 1127603b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/28/4597CEA8463C579164AB5665E4B06E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/29/02190AE4F53FC79CA303D2710CA7CA b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/29/02190AE4F53FC79CA303D2710CA7CA deleted file mode 100644 index cfe47b5a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/29/02190AE4F53FC79CA303D2710CA7CA and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/29/9FAF0D0CEF307587EDEAC7014AE307 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/29/9FAF0D0CEF307587EDEAC7014AE307 deleted file mode 100644 index fdb845d3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/29/9FAF0D0CEF307587EDEAC7014AE307 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2B/3C04425F653444A91751DB42C1A7A4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2B/3C04425F653444A91751DB42C1A7A4 deleted file mode 100644 index 32c5d183..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2B/3C04425F653444A91751DB42C1A7A4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2D/3C432992EC32FE9B181CB8A844235B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2D/3C432992EC32FE9B181CB8A844235B deleted file mode 100644 index c9a4ff18..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2D/3C432992EC32FE9B181CB8A844235B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2D/409FD2EBD537E5A2D165E3411D2827 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2D/409FD2EBD537E5A2D165E3411D2827 deleted file mode 100644 index 965f2615..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2D/409FD2EBD537E5A2D165E3411D2827 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2E/1A04BEA469333CB76356B827938092 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2E/1A04BEA469333CB76356B827938092 deleted file mode 100644 index f1977454..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2E/1A04BEA469333CB76356B827938092 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2E/5C92B8978E3ECA9D7D474DF9C05A53 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2E/5C92B8978E3ECA9D7D474DF9C05A53 deleted file mode 100644 index 871c41da..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2E/5C92B8978E3ECA9D7D474DF9C05A53 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2F/631CD81863357297C8C2569DD60489 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2F/631CD81863357297C8C2569DD60489 deleted file mode 100644 index 1af9b747..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2F/631CD81863357297C8C2569DD60489 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2F/CF3493E3D53A5794E698E070C2ED26 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2F/CF3493E3D53A5794E698E070C2ED26 deleted file mode 100644 index 3900a79b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/2F/CF3493E3D53A5794E698E070C2ED26 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/083AD88CA03733A28366656B0E052D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/083AD88CA03733A28366656B0E052D deleted file mode 100644 index 535ea389..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/083AD88CA03733A28366656B0E052D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/263D992E013707B07403E7E4286FEB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/263D992E013707B07403E7E4286FEB deleted file mode 100644 index 996604c3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/263D992E013707B07403E7E4286FEB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/E96F8E3A2F3EBA897DF92D08C961F6 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/E96F8E3A2F3EBA897DF92D08C961F6 deleted file mode 100644 index 9bf1241b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/30/E96F8E3A2F3EBA897DF92D08C961F6 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/5F9D5E91763F649A3ECDDE964C54A4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/5F9D5E91763F649A3ECDDE964C54A4 deleted file mode 100644 index af806ca1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/5F9D5E91763F649A3ECDDE964C54A4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/D160D6200138AAB586FCC3F6039EDE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/D160D6200138AAB586FCC3F6039EDE deleted file mode 100644 index 85747b09..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/D160D6200138AAB586FCC3F6039EDE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/FE9D3BEF6B3E26B8AF219E67923591 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/FE9D3BEF6B3E26B8AF219E67923591 deleted file mode 100644 index b023d743..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/31/FE9D3BEF6B3E26B8AF219E67923591 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/34/0EA865C6FA32DDAF1B623AF1AC6983 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/34/0EA865C6FA32DDAF1B623AF1AC6983 deleted file mode 100644 index cea1e426..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/34/0EA865C6FA32DDAF1B623AF1AC6983 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/35/E37D84FDA030129D6A68166FD5AC19 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/35/E37D84FDA030129D6A68166FD5AC19 deleted file mode 100644 index f493e662..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/35/E37D84FDA030129D6A68166FD5AC19 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/36/593F8BC6123C5FBAB2953807FD830E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/36/593F8BC6123C5FBAB2953807FD830E deleted file mode 100644 index dda27032..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/36/593F8BC6123C5FBAB2953807FD830E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/37/541B35161A345BB6A0E7FD1D198C9E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/37/541B35161A345BB6A0E7FD1D198C9E deleted file mode 100644 index 210cc003..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/37/541B35161A345BB6A0E7FD1D198C9E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/397911206E3760AAB5EF8E4654C252 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/397911206E3760AAB5EF8E4654C252 deleted file mode 100644 index bedb45da..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/397911206E3760AAB5EF8E4654C252 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/6252709F433A94933EE5D6E933301E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/6252709F433A94933EE5D6E933301E deleted file mode 100644 index e9a760db..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/6252709F433A94933EE5D6E933301E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/AA6F358A41388C89DF070A7766E7A5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/AA6F358A41388C89DF070A7766E7A5 deleted file mode 100644 index 8f5165bd..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/38/AA6F358A41388C89DF070A7766E7A5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/5DE03D6D8B3FEA80A517802AC244C1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/5DE03D6D8B3FEA80A517802AC244C1 deleted file mode 100644 index 6ad092a5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/5DE03D6D8B3FEA80A517802AC244C1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/AA37735BD639169A0BE02809537DDD b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/AA37735BD639169A0BE02809537DDD deleted file mode 100644 index e6361ed8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/AA37735BD639169A0BE02809537DDD and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/B89BD6545C3175B137BA4BF511F526 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/B89BD6545C3175B137BA4BF511F526 deleted file mode 100644 index 9ad9e462..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/B89BD6545C3175B137BA4BF511F526 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/E0A87E16E93AC985D7644C4AC94271 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/E0A87E16E93AC985D7644C4AC94271 deleted file mode 100644 index a493f652..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/39/E0A87E16E93AC985D7644C4AC94271 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/2DB78E46223FFAB7031D2D34FA1CDC b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/2DB78E46223FFAB7031D2D34FA1CDC deleted file mode 100644 index bbaf23cc..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/2DB78E46223FFAB7031D2D34FA1CDC and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/5929B6F59A358D80B2E2AECA25E1C8 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/5929B6F59A358D80B2E2AECA25E1C8 deleted file mode 100644 index 0f10c0b5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/5929B6F59A358D80B2E2AECA25E1C8 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/5BCA5018DD3417AD353C2D49B02428 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/5BCA5018DD3417AD353C2D49B02428 deleted file mode 100644 index 26363a3f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3B/5BCA5018DD3417AD353C2D49B02428 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3C/2AFDC1242C3C34B20EDD4659EACA2C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3C/2AFDC1242C3C34B20EDD4659EACA2C deleted file mode 100644 index ead8d8fe..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3C/2AFDC1242C3C34B20EDD4659EACA2C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3C/F31AB83D663504BB303FB0AA0B2841 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3C/F31AB83D663504BB303FB0AA0B2841 deleted file mode 100644 index 71f7d5ea..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3C/F31AB83D663504BB303FB0AA0B2841 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3D/325CB12CE83AF590806263D969A83B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3D/325CB12CE83AF590806263D969A83B deleted file mode 100644 index 14b04f45..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3D/325CB12CE83AF590806263D969A83B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3D/FAF788CF1E3FFCAD3C1E345EED7249 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3D/FAF788CF1E3FFCAD3C1E345EED7249 deleted file mode 100644 index 13e2d41b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3D/FAF788CF1E3FFCAD3C1E345EED7249 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3E/79996335D33909B23310B9C7F8ED01 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3E/79996335D33909B23310B9C7F8ED01 deleted file mode 100644 index fc7df339..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3E/79996335D33909B23310B9C7F8ED01 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3F/30072599843770B628F1F4312E9586 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3F/30072599843770B628F1F4312E9586 deleted file mode 100644 index 2b4b64b6..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/3F/30072599843770B628F1F4312E9586 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/40/F8C93E6FE331EDAB36E48CF82852BD b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/40/F8C93E6FE331EDAB36E48CF82852BD deleted file mode 100644 index 53986c4e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/40/F8C93E6FE331EDAB36E48CF82852BD and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/41/10C00659D73E18BE4C9731A2F6FEC5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/41/10C00659D73E18BE4C9731A2F6FEC5 deleted file mode 100644 index 07d37c23..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/41/10C00659D73E18BE4C9731A2F6FEC5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/42/692C807FD23334B2FB3A58FA0D99B8 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/42/692C807FD23334B2FB3A58FA0D99B8 deleted file mode 100644 index b8cec5dc..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/42/692C807FD23334B2FB3A58FA0D99B8 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/42/FFF8480E6C37E7B8EF063AC08F67A3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/42/FFF8480E6C37E7B8EF063AC08F67A3 deleted file mode 100644 index bb59d504..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/42/FFF8480E6C37E7B8EF063AC08F67A3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/43/4264E4B607396697D182E57D1876DB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/43/4264E4B607396697D182E57D1876DB deleted file mode 100644 index bae20155..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/43/4264E4B607396697D182E57D1876DB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/43/A6DC08EF1134D0B59F4D4AB8430ED5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/43/A6DC08EF1134D0B59F4D4AB8430ED5 deleted file mode 100644 index ebba793d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/43/A6DC08EF1134D0B59F4D4AB8430ED5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/44/06064650BF33C192BE6846CE5B5C05 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/44/06064650BF33C192BE6846CE5B5C05 deleted file mode 100644 index b7129e8e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/44/06064650BF33C192BE6846CE5B5C05 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/44/1F07E44F7733F2805D7145F60FB16E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/44/1F07E44F7733F2805D7145F60FB16E deleted file mode 100644 index 91e66469..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/44/1F07E44F7733F2805D7145F60FB16E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/45/64CED8329B3C5BB82D53FE250DAED2 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/45/64CED8329B3C5BB82D53FE250DAED2 deleted file mode 100644 index c6e61050..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/45/64CED8329B3C5BB82D53FE250DAED2 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/46/BC5FB5427B36108D33B062552147F0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/46/BC5FB5427B36108D33B062552147F0 deleted file mode 100644 index fb1921e1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/46/BC5FB5427B36108D33B062552147F0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/47/73ACC76B993F2CA2309C4F01BDA385 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/47/73ACC76B993F2CA2309C4F01BDA385 deleted file mode 100644 index 9cd64a81..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/47/73ACC76B993F2CA2309C4F01BDA385 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/49/88924398BD32EAA87F2D2149D80373 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/49/88924398BD32EAA87F2D2149D80373 deleted file mode 100644 index f14d1012..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/49/88924398BD32EAA87F2D2149D80373 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4A/9E4B3B9DC4316AAB852664F50A5B60 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4A/9E4B3B9DC4316AAB852664F50A5B60 deleted file mode 100644 index ffd06849..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4A/9E4B3B9DC4316AAB852664F50A5B60 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4C/32BB618065397D9C6A9841ADF83441 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4C/32BB618065397D9C6A9841ADF83441 deleted file mode 100644 index 37629e05..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4C/32BB618065397D9C6A9841ADF83441 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4C/9417D34865306E8867B1EF08C0BB4A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4C/9417D34865306E8867B1EF08C0BB4A deleted file mode 100644 index da43b14d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/4C/9417D34865306E8867B1EF08C0BB4A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/50/16103B341E3211A8377D0ED9B4B39A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/50/16103B341E3211A8377D0ED9B4B39A deleted file mode 100644 index 9fd0ac7b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/50/16103B341E3211A8377D0ED9B4B39A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/51/9EC19FBB73364BA2C80087982E5FE4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/51/9EC19FBB73364BA2C80087982E5FE4 deleted file mode 100644 index a9a20965..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/51/9EC19FBB73364BA2C80087982E5FE4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/52/0A0F94138E39D8BAA58AD39E148528 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/52/0A0F94138E39D8BAA58AD39E148528 deleted file mode 100644 index 0ad99e52..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/52/0A0F94138E39D8BAA58AD39E148528 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/52/84C471C234326FA02F5ED874159F17 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/52/84C471C234326FA02F5ED874159F17 deleted file mode 100644 index a4bbe7ee..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/52/84C471C234326FA02F5ED874159F17 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/53/BA049F3EDC350093BFF3CD2BD450A9 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/53/BA049F3EDC350093BFF3CD2BD450A9 deleted file mode 100644 index 4c7c23f1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/53/BA049F3EDC350093BFF3CD2BD450A9 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/55/66F1F12B9C3721846C655787F71596 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/55/66F1F12B9C3721846C655787F71596 deleted file mode 100644 index 98fbca98..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/55/66F1F12B9C3721846C655787F71596 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/55/D3BF77D6543B09B4E58F696BE537E0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/55/D3BF77D6543B09B4E58F696BE537E0 deleted file mode 100644 index b35ad085..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/55/D3BF77D6543B09B4E58F696BE537E0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/57/4B0834F18A30C9964B71AA2FD16F4D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/57/4B0834F18A30C9964B71AA2FD16F4D deleted file mode 100644 index d057ce90..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/57/4B0834F18A30C9964B71AA2FD16F4D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/57/6A2B7A481D36258884A737C8F5FE59 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/57/6A2B7A481D36258884A737C8F5FE59 deleted file mode 100644 index eb9f7237..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/57/6A2B7A481D36258884A737C8F5FE59 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/58/EB1DBC5AB135728689D0931D074E06 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/58/EB1DBC5AB135728689D0931D074E06 deleted file mode 100644 index 37772f5b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/58/EB1DBC5AB135728689D0931D074E06 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/58/F189779C7B39CC8475F2B2770190C5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/58/F189779C7B39CC8475F2B2770190C5 deleted file mode 100644 index 43fd0190..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/58/F189779C7B39CC8475F2B2770190C5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/59/FCC8F699793A778CC650FFE278BCD9 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/59/FCC8F699793A778CC650FFE278BCD9 deleted file mode 100644 index e8410e4b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/59/FCC8F699793A778CC650FFE278BCD9 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/5D/EA168A5A3837768D0B4C34A6E6E438 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/5D/EA168A5A3837768D0B4C34A6E6E438 deleted file mode 100644 index 3576367e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/5D/EA168A5A3837768D0B4C34A6E6E438 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/5F/D85ED2A6FA38C5B24D9CA1AACF4505 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/5F/D85ED2A6FA38C5B24D9CA1AACF4505 deleted file mode 100644 index 64d0d6ba..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/5F/D85ED2A6FA38C5B24D9CA1AACF4505 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/60/EBAFC50F2F3047843252D3973D9CD1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/60/EBAFC50F2F3047843252D3973D9CD1 deleted file mode 100644 index 484d9a19..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/60/EBAFC50F2F3047843252D3973D9CD1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/61/970DC63DF43443A02D45742F228286 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/61/970DC63DF43443A02D45742F228286 deleted file mode 100644 index 7d2c8e70..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/61/970DC63DF43443A02D45742F228286 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/61/A86E24E7BE3D8CA0CA40F48373B4D5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/61/A86E24E7BE3D8CA0CA40F48373B4D5 deleted file mode 100644 index b1eaa672..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/61/A86E24E7BE3D8CA0CA40F48373B4D5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/67346AA436307EB8484C7E274279F2 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/67346AA436307EB8484C7E274279F2 deleted file mode 100644 index ac341dc8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/67346AA436307EB8484C7E274279F2 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/D7BC1CA24D36589151F7B06FF4282E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/D7BC1CA24D36589151F7B06FF4282E deleted file mode 100644 index 00d3ffa5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/D7BC1CA24D36589151F7B06FF4282E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/E0F52A3F0C3E008A39EA76F6ACE9F6 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/E0F52A3F0C3E008A39EA76F6ACE9F6 deleted file mode 100644 index b7d56602..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/67/E0F52A3F0C3E008A39EA76F6ACE9F6 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/68/69834B7D253B4590D121EC793EE214 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/68/69834B7D253B4590D121EC793EE214 deleted file mode 100644 index 8c653a0f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/68/69834B7D253B4590D121EC793EE214 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/68/81DC3D00293DAC8E8C48EB676A8E29 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/68/81DC3D00293DAC8E8C48EB676A8E29 deleted file mode 100644 index f30623e1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/68/81DC3D00293DAC8E8C48EB676A8E29 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6B/6F9ADAE4FD30FB8335E49115292108 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6B/6F9ADAE4FD30FB8335E49115292108 deleted file mode 100644 index df6178a1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6B/6F9ADAE4FD30FB8335E49115292108 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6C/40F9E5BFFA34139E1CA4F724AD56BA b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6C/40F9E5BFFA34139E1CA4F724AD56BA deleted file mode 100644 index 405081a6..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6C/40F9E5BFFA34139E1CA4F724AD56BA and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6D/CA9E1070B13AB7803DE3DEDC1FEBD5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6D/CA9E1070B13AB7803DE3DEDC1FEBD5 deleted file mode 100644 index 2159ec5d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6D/CA9E1070B13AB7803DE3DEDC1FEBD5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6E/7D341EA8293916B6A4053BA9754D1D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6E/7D341EA8293916B6A4053BA9754D1D deleted file mode 100644 index dfb3cd24..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6E/7D341EA8293916B6A4053BA9754D1D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6F/6EC8DF346B38F5BD14A21AB9C95044 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6F/6EC8DF346B38F5BD14A21AB9C95044 deleted file mode 100644 index 077ad296..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/6F/6EC8DF346B38F5BD14A21AB9C95044 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/07EE9FE9913D30AEF409A3CC887EA4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/07EE9FE9913D30AEF409A3CC887EA4 deleted file mode 100644 index 1b0adc6d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/07EE9FE9913D30AEF409A3CC887EA4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/28DE3AB7F53FE1A54EAD271968CF48 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/28DE3AB7F53FE1A54EAD271968CF48 deleted file mode 100644 index 7fb1b219..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/28DE3AB7F53FE1A54EAD271968CF48 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/8599A472AE3E2BB2BD7C698C877C89 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/8599A472AE3E2BB2BD7C698C877C89 deleted file mode 100644 index 479c6ae4..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/71/8599A472AE3E2BB2BD7C698C877C89 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/72/46D7652F7A30309400A03351AF7A17 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/72/46D7652F7A30309400A03351AF7A17 deleted file mode 100644 index 77c453b6..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/72/46D7652F7A30309400A03351AF7A17 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/72/BAC539DB1D3A31932D9F94AD26DCCB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/72/BAC539DB1D3A31932D9F94AD26DCCB deleted file mode 100644 index cc858b9b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/72/BAC539DB1D3A31932D9F94AD26DCCB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/73/B222A252673469965B98B06FDD9FE3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/73/B222A252673469965B98B06FDD9FE3 deleted file mode 100644 index 03cbe381..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/73/B222A252673469965B98B06FDD9FE3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/73/F00C9BC28537A699BACDC44A70A76D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/73/F00C9BC28537A699BACDC44A70A76D deleted file mode 100644 index 3d00d70b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/73/F00C9BC28537A699BACDC44A70A76D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/74/E3FFEFA32D387AB78C33451AE631DB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/74/E3FFEFA32D387AB78C33451AE631DB deleted file mode 100644 index 4e16412a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/74/E3FFEFA32D387AB78C33451AE631DB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/75/AB8C07BF2735FBA7ED221CF22D6FBE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/75/AB8C07BF2735FBA7ED221CF22D6FBE deleted file mode 100644 index 9dcc8675..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/75/AB8C07BF2735FBA7ED221CF22D6FBE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/76/1D66DEEE0A3106A0F9323E62EB974B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/76/1D66DEEE0A3106A0F9323E62EB974B deleted file mode 100644 index a5414aea..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/76/1D66DEEE0A3106A0F9323E62EB974B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7A/C5C016116F3C0CA116130AF24C128D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7A/C5C016116F3C0CA116130AF24C128D deleted file mode 100644 index fbd9e424..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7A/C5C016116F3C0CA116130AF24C128D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7B/D6A60DD5E1331BA8689341A5459EC0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7B/D6A60DD5E1331BA8689341A5459EC0 deleted file mode 100644 index 287ebecc..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7B/D6A60DD5E1331BA8689341A5459EC0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7C/7853D06FEC3880A838785529AD2925 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7C/7853D06FEC3880A838785529AD2925 deleted file mode 100644 index 7f40050e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7C/7853D06FEC3880A838785529AD2925 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7C/98DE4BBEE138498879D27ED563E15F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7C/98DE4BBEE138498879D27ED563E15F deleted file mode 100644 index b66ed37e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7C/98DE4BBEE138498879D27ED563E15F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/09222B718433F0A512F43B613D55F7 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/09222B718433F0A512F43B613D55F7 deleted file mode 100644 index 3a98055f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/09222B718433F0A512F43B613D55F7 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/33A46FFB773D94AAB25E8CB50CC82A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/33A46FFB773D94AAB25E8CB50CC82A deleted file mode 100644 index 2d95cb15..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/33A46FFB773D94AAB25E8CB50CC82A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/6137BB0CC139E29BC5560FB66A05DE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/6137BB0CC139E29BC5560FB66A05DE deleted file mode 100644 index 8583bd61..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/7F/6137BB0CC139E29BC5560FB66A05DE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/80/451EBF7C063367A0F1E7E4CACD2E47 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/80/451EBF7C063367A0F1E7E4CACD2E47 deleted file mode 100644 index f7622a47..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/80/451EBF7C063367A0F1E7E4CACD2E47 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/80/96000121783E3FB21C5E1DAFB8527F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/80/96000121783E3FB21C5E1DAFB8527F deleted file mode 100644 index 76893a5f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/80/96000121783E3FB21C5E1DAFB8527F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/81/2AAC49759634429090872D0DFEE859 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/81/2AAC49759634429090872D0DFEE859 deleted file mode 100644 index 6ece7aa3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/81/2AAC49759634429090872D0DFEE859 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/02A70E86903962911E7A5332A86966 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/02A70E86903962911E7A5332A86966 deleted file mode 100644 index 8ca792e1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/02A70E86903962911E7A5332A86966 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/653D5DC88935E09F4BAAAE03C28AF9 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/653D5DC88935E09F4BAAAE03C28AF9 deleted file mode 100644 index dadc7e1e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/653D5DC88935E09F4BAAAE03C28AF9 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/ABF9C43608390BAD3E485C4E688A63 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/ABF9C43608390BAD3E485C4E688A63 deleted file mode 100644 index 4d4a5d76..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/85/ABF9C43608390BAD3E485C4E688A63 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/88/4213803E863D42B4C8BD10A07913E2 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/88/4213803E863D42B4C8BD10A07913E2 deleted file mode 100644 index 01ed1fd3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/88/4213803E863D42B4C8BD10A07913E2 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/89/79179681B33A97951BF119AC101E5B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/89/79179681B33A97951BF119AC101E5B deleted file mode 100644 index 2d1c37c5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/89/79179681B33A97951BF119AC101E5B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/89/843AC214AF31F69969FA653A9B8A09 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/89/843AC214AF31F69969FA653A9B8A09 deleted file mode 100644 index 47ddf8f5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/89/843AC214AF31F69969FA653A9B8A09 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8A/09E33B00723121B4F43C6135DBEB93 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8A/09E33B00723121B4F43C6135DBEB93 deleted file mode 100644 index bc9f6138..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8A/09E33B00723121B4F43C6135DBEB93 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8D/59D192DFDD3390B911EF6F8A30F2FC b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8D/59D192DFDD3390B911EF6F8A30F2FC deleted file mode 100644 index da6a2435..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8D/59D192DFDD3390B911EF6F8A30F2FC and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8F/D9F2B018183353AE833E2F15B90E44 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8F/D9F2B018183353AE833E2F15B90E44 deleted file mode 100644 index 369dfec4..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/8F/D9F2B018183353AE833E2F15B90E44 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/2C10DF06A239F0B016AAE9FEEC5471 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/2C10DF06A239F0B016AAE9FEEC5471 deleted file mode 100644 index f2fe5cc8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/2C10DF06A239F0B016AAE9FEEC5471 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/97BE33AE413EC6BF8FF599FD6B6F10 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/97BE33AE413EC6BF8FF599FD6B6F10 deleted file mode 100644 index 4cd4390d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/97BE33AE413EC6BF8FF599FD6B6F10 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/ED7B2B1C63326186756A3BEDCE930A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/ED7B2B1C63326186756A3BEDCE930A deleted file mode 100644 index bff80c3a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/90/ED7B2B1C63326186756A3BEDCE930A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/93/4621FD60713EDA828C8033F9836829 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/93/4621FD60713EDA828C8033F9836829 deleted file mode 100644 index 09497c51..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/93/4621FD60713EDA828C8033F9836829 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/93/E2C59F71AF3F5DAC69753E2E25728F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/93/E2C59F71AF3F5DAC69753E2E25728F deleted file mode 100644 index 3e6259f9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/93/E2C59F71AF3F5DAC69753E2E25728F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/94/A4488D8DD337E6A1958803EFA59F2C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/94/A4488D8DD337E6A1958803EFA59F2C deleted file mode 100644 index b17b3981..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/94/A4488D8DD337E6A1958803EFA59F2C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/94/EF428ADDB3324A9FEC0E934B43E8F3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/94/EF428ADDB3324A9FEC0E934B43E8F3 deleted file mode 100644 index 7ac4528d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/94/EF428ADDB3324A9FEC0E934B43E8F3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/95/137918CA2D34B5A33D0C088AB5D9A4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/95/137918CA2D34B5A33D0C088AB5D9A4 deleted file mode 100644 index d4bb91a7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/95/137918CA2D34B5A33D0C088AB5D9A4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/98/86A3D61BD0302FA0CC232C25082A1F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/98/86A3D61BD0302FA0CC232C25082A1F deleted file mode 100644 index 9d9a7213..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/98/86A3D61BD0302FA0CC232C25082A1F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/99/FF1A0644D935F68B74C9EEF9B0C40C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/99/FF1A0644D935F68B74C9EEF9B0C40C deleted file mode 100644 index 86dd7d28..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/99/FF1A0644D935F68B74C9EEF9B0C40C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9A/E81711D7503489966E843A2E0AE1DD b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9A/E81711D7503489966E843A2E0AE1DD deleted file mode 100644 index dcfab2ae..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9A/E81711D7503489966E843A2E0AE1DD and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/760F215C033F3FBBAA538E3F8CF7C8 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/760F215C033F3FBBAA538E3F8CF7C8 deleted file mode 100644 index 73900be9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/760F215C033F3FBBAA538E3F8CF7C8 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/D8E13CFC8A3261BFE8D8527760AAC5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/D8E13CFC8A3261BFE8D8527760AAC5 deleted file mode 100644 index e7076325..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/D8E13CFC8A3261BFE8D8527760AAC5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/EDFB76152B3A42ACE4F68D754AD566 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/EDFB76152B3A42ACE4F68D754AD566 deleted file mode 100644 index 90b2b418..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9D/EDFB76152B3A42ACE4F68D754AD566 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9E/A987EC53893E538E6D2047B6922476 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9E/A987EC53893E538E6D2047B6922476 deleted file mode 100644 index 17e4afe0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9E/A987EC53893E538E6D2047B6922476 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9F/99C7AA821836B1B9B0FF4397A687AB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9F/99C7AA821836B1B9B0FF4397A687AB deleted file mode 100644 index b39d233f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9F/99C7AA821836B1B9B0FF4397A687AB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9F/EC99B186CA350C8CF61A59D9893FDE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9F/EC99B186CA350C8CF61A59D9893FDE deleted file mode 100644 index eff4f7ab..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/9F/EC99B186CA350C8CF61A59D9893FDE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A0/227E4FCDB83995B6C38FBA609D9190 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A0/227E4FCDB83995B6C38FBA609D9190 deleted file mode 100644 index d02ff1fb..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A0/227E4FCDB83995B6C38FBA609D9190 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A1/3CBE06D5D83BAF82054DDDE20E90DF b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A1/3CBE06D5D83BAF82054DDDE20E90DF deleted file mode 100644 index 40285398..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A1/3CBE06D5D83BAF82054DDDE20E90DF and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A1/4451916E293D76879630DCEBFF273D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A1/4451916E293D76879630DCEBFF273D deleted file mode 100644 index 2166d194..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A1/4451916E293D76879630DCEBFF273D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A2/737129990B35C0B2570D722B6E0A7B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A2/737129990B35C0B2570D722B6E0A7B deleted file mode 100644 index c7578595..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A2/737129990B35C0B2570D722B6E0A7B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A2/DD1CD4C9BE3E50B8BBC2E2C0DEA7DC b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A2/DD1CD4C9BE3E50B8BBC2E2C0DEA7DC deleted file mode 100644 index f6dd33a8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A2/DD1CD4C9BE3E50B8BBC2E2C0DEA7DC and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A3/EC1384D1543F8CB9A863188D12DFBD b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A3/EC1384D1543F8CB9A863188D12DFBD deleted file mode 100644 index 2596c127..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A3/EC1384D1543F8CB9A863188D12DFBD and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A4/63CA19AB7533DC9A51C4645637A881 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A4/63CA19AB7533DC9A51C4645637A881 deleted file mode 100644 index 888fb598..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A4/63CA19AB7533DC9A51C4645637A881 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A6/4D4D00206E32F9807264F67A9D4862 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A6/4D4D00206E32F9807264F67A9D4862 deleted file mode 100644 index 9f07c1f3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A6/4D4D00206E32F9807264F67A9D4862 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A6/9D8E00A6DA3FD2BB164540BDBFCCE0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A6/9D8E00A6DA3FD2BB164540BDBFCCE0 deleted file mode 100644 index 6e01d516..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A6/9D8E00A6DA3FD2BB164540BDBFCCE0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A7/848A56BAB337CAAD6CCE9A360C8581 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A7/848A56BAB337CAAD6CCE9A360C8581 deleted file mode 100644 index de5e2970..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A7/848A56BAB337CAAD6CCE9A360C8581 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A7/B49E53BA143242A2D0A2E5D85CB88E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A7/B49E53BA143242A2D0A2E5D85CB88E deleted file mode 100644 index f8885528..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A7/B49E53BA143242A2D0A2E5D85CB88E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A8/1611BB8AC1354EB9D465A0F7598228 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A8/1611BB8AC1354EB9D465A0F7598228 deleted file mode 100644 index 6a63615e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A8/1611BB8AC1354EB9D465A0F7598228 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A9/49A2901B5336BB85D8B8A93728999E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A9/49A2901B5336BB85D8B8A93728999E deleted file mode 100644 index daaa7294..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A9/49A2901B5336BB85D8B8A93728999E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A9/AD25B5C54333879B986CD1A4E6EA95 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A9/AD25B5C54333879B986CD1A4E6EA95 deleted file mode 100644 index 7b7cd8e5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/A9/AD25B5C54333879B986CD1A4E6EA95 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AA/46C8A9DE79392199ADD60941724253 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AA/46C8A9DE79392199ADD60941724253 deleted file mode 100644 index e856a6cc..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AA/46C8A9DE79392199ADD60941724253 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AA/D4028C721830339D569D7A98790BF5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AA/D4028C721830339D569D7A98790BF5 deleted file mode 100644 index 40088d93..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AA/D4028C721830339D569D7A98790BF5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AB/CE269C636F311A8BA981BC65E26176 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AB/CE269C636F311A8BA981BC65E26176 deleted file mode 100644 index b59264a7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AB/CE269C636F311A8BA981BC65E26176 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AC/A15515F15930C8B024B6FCBB85D061 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AC/A15515F15930C8B024B6FCBB85D061 deleted file mode 100644 index 05bf771b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AC/A15515F15930C8B024B6FCBB85D061 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AD/1F7BB60C5B34789167A7BA0DB83347 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AD/1F7BB60C5B34789167A7BA0DB83347 deleted file mode 100644 index 7773bdd0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AD/1F7BB60C5B34789167A7BA0DB83347 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AD/B93FB4F62C3A97AB148B91D68A30B6 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AD/B93FB4F62C3A97AB148B91D68A30B6 deleted file mode 100644 index d890b54a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AD/B93FB4F62C3A97AB148B91D68A30B6 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AE/B4567AB0EE3A72A22D9ADED360655D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AE/B4567AB0EE3A72A22D9ADED360655D deleted file mode 100644 index 873ed604..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/AE/B4567AB0EE3A72A22D9ADED360655D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B0/6F3325E2A3396F855CB7D82E03DB91 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B0/6F3325E2A3396F855CB7D82E03DB91 deleted file mode 100644 index 008ec689..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B0/6F3325E2A3396F855CB7D82E03DB91 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B1/C110FAAA8C379A975EFA59DF12DB74 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B1/C110FAAA8C379A975EFA59DF12DB74 deleted file mode 100644 index 07bb20b1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B1/C110FAAA8C379A975EFA59DF12DB74 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/1167ED9A3631E4B9FB444D3A7937B2 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/1167ED9A3631E4B9FB444D3A7937B2 deleted file mode 100644 index 5f0d0dd8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/1167ED9A3631E4B9FB444D3A7937B2 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/6F92AEA3E931A18FDD03A9FF4866D5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/6F92AEA3E931A18FDD03A9FF4866D5 deleted file mode 100644 index 58319bbb..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/6F92AEA3E931A18FDD03A9FF4866D5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/86EDB75F7732D9A0C233BCAA121AC1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/86EDB75F7732D9A0C233BCAA121AC1 deleted file mode 100644 index 57d903cf..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B2/86EDB75F7732D9A0C233BCAA121AC1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B3/48C39084D93D3FA72F9D871A867C82 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B3/48C39084D93D3FA72F9D871A867C82 deleted file mode 100644 index 0aae68f4..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B3/48C39084D93D3FA72F9D871A867C82 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/1ADF852A4739E9B9E1C280AB2BF1EB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/1ADF852A4739E9B9E1C280AB2BF1EB deleted file mode 100644 index 1534192c..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/1ADF852A4739E9B9E1C280AB2BF1EB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/E79A0E3F2A3824BFB3D8225961C289 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/E79A0E3F2A3824BFB3D8225961C289 deleted file mode 100644 index 103d11f4..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/E79A0E3F2A3824BFB3D8225961C289 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/F90E07FA8F3FB189682579DD2DF9ED b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/F90E07FA8F3FB189682579DD2DF9ED deleted file mode 100644 index 89f41544..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B4/F90E07FA8F3FB189682579DD2DF9ED and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B5/5D29E16585344991DB36C48AF70780 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B5/5D29E16585344991DB36C48AF70780 deleted file mode 100644 index 83c2b550..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B5/5D29E16585344991DB36C48AF70780 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B6/01A9D207AC38FA9C0451E49D1F5F31 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B6/01A9D207AC38FA9C0451E49D1F5F31 deleted file mode 100644 index c3ad171b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B6/01A9D207AC38FA9C0451E49D1F5F31 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B7/8861051176316883FCF1DA0A9004F0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B7/8861051176316883FCF1DA0A9004F0 deleted file mode 100644 index c7028758..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B7/8861051176316883FCF1DA0A9004F0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B7/DB050CB96639029499D38E82D455F1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B7/DB050CB96639029499D38E82D455F1 deleted file mode 100644 index 1069af08..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B7/DB050CB96639029499D38E82D455F1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B8/592C4D6D883A33AC370FB8295C583C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B8/592C4D6D883A33AC370FB8295C583C deleted file mode 100644 index 080cfc73..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B8/592C4D6D883A33AC370FB8295C583C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B8/D2BF35ED313032ADDC06D7A36556F4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B8/D2BF35ED313032ADDC06D7A36556F4 deleted file mode 100644 index f6b850ad..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B8/D2BF35ED313032ADDC06D7A36556F4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B9/3028843A5A3EFB8C48E596142904E0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B9/3028843A5A3EFB8C48E596142904E0 deleted file mode 100644 index 7cd1d25a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B9/3028843A5A3EFB8C48E596142904E0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B9/3F6B7FB5D1354DB58D13C958B563A0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B9/3F6B7FB5D1354DB58D13C958B563A0 deleted file mode 100644 index fd611038..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/B9/3F6B7FB5D1354DB58D13C958B563A0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BA/E20D2DFE9C385FADE8C8CD60F1D500 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BA/E20D2DFE9C385FADE8C8CD60F1D500 deleted file mode 100644 index 11cc97d9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BA/E20D2DFE9C385FADE8C8CD60F1D500 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BC/CF9EEAA5953E3F96874A8787820D42 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BC/CF9EEAA5953E3F96874A8787820D42 deleted file mode 100644 index 84852f6a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BC/CF9EEAA5953E3F96874A8787820D42 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BF/81E3F2813C38FDB2CD7E9164518C45 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BF/81E3F2813C38FDB2CD7E9164518C45 deleted file mode 100644 index 76cf6750..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/BF/81E3F2813C38FDB2CD7E9164518C45 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C1/815B5BBEB13A9C8C16F60FE0439715 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C1/815B5BBEB13A9C8C16F60FE0439715 deleted file mode 100644 index b0e072a3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C1/815B5BBEB13A9C8C16F60FE0439715 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C1/8C3CD09C6B3B72A6821F9A9B3D1213 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C1/8C3CD09C6B3B72A6821F9A9B3D1213 deleted file mode 100644 index 2cb394b8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C1/8C3CD09C6B3B72A6821F9A9B3D1213 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C2/331C11450F37509A4408B2B7ACF934 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C2/331C11450F37509A4408B2B7ACF934 deleted file mode 100644 index 79a1bf6d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C2/331C11450F37509A4408B2B7ACF934 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C2/B438DB772B3EDF969C222602B6E48F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C2/B438DB772B3EDF969C222602B6E48F deleted file mode 100644 index c9f0baf5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C2/B438DB772B3EDF969C222602B6E48F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/0EE81989C33C64B46893000409559C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/0EE81989C33C64B46893000409559C deleted file mode 100644 index 6a98b376..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/0EE81989C33C64B46893000409559C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/2E67AFBC7E3E14B5F785F1B8C8D28D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/2E67AFBC7E3E14B5F785F1B8C8D28D deleted file mode 100644 index fd7f3414..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/2E67AFBC7E3E14B5F785F1B8C8D28D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/69F78E0A8D3183AA2A7EB397B89F58 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/69F78E0A8D3183AA2A7EB397B89F58 deleted file mode 100644 index 39ea4230..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C3/69F78E0A8D3183AA2A7EB397B89F58 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C4/AD406ED83B34A9A959EE2A45C37ABA b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C4/AD406ED83B34A9A959EE2A45C37ABA deleted file mode 100644 index 3acc50d0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C4/AD406ED83B34A9A959EE2A45C37ABA and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/54107A2FC733B99E07E981527E9BF8 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/54107A2FC733B99E07E981527E9BF8 deleted file mode 100644 index 932f6341..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/54107A2FC733B99E07E981527E9BF8 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/5BCDC3340D36D096DE666817D4BD0D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/5BCDC3340D36D096DE666817D4BD0D deleted file mode 100644 index 82edae34..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/5BCDC3340D36D096DE666817D4BD0D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/C750AE8B9F3C9287EBDCEBE5C51E99 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/C750AE8B9F3C9287EBDCEBE5C51E99 deleted file mode 100644 index 4ef5f700..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C5/C750AE8B9F3C9287EBDCEBE5C51E99 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/82DDC83C88303A8C2F1CDD27EF3112 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/82DDC83C88303A8C2F1CDD27EF3112 deleted file mode 100644 index 8bbfa4a1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/82DDC83C88303A8C2F1CDD27EF3112 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/A94CAFC92436CD8EC844E98A68DF3D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/A94CAFC92436CD8EC844E98A68DF3D deleted file mode 100644 index 1b3f8b02..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/A94CAFC92436CD8EC844E98A68DF3D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/FCA2255E783FEEA59D505A40D3E974 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/FCA2255E783FEEA59D505A40D3E974 deleted file mode 100644 index 1b9b8c2a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C7/FCA2255E783FEEA59D505A40D3E974 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C8/D2ABFB436531608E101D14CBA1F690 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C8/D2ABFB436531608E101D14CBA1F690 deleted file mode 100644 index 0dd13d94..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C8/D2ABFB436531608E101D14CBA1F690 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C9/10BBD6015335A18845F352290B336B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C9/10BBD6015335A18845F352290B336B deleted file mode 100644 index 918c4811..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C9/10BBD6015335A18845F352290B336B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C9/20EB74E97831568E2DA78F45DE8EE7 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C9/20EB74E97831568E2DA78F45DE8EE7 deleted file mode 100644 index 517b0d86..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/C9/20EB74E97831568E2DA78F45DE8EE7 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CA/4960288EBA36759384BA839A0E4C0A b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CA/4960288EBA36759384BA839A0E4C0A deleted file mode 100644 index f9ba0ccf..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CA/4960288EBA36759384BA839A0E4C0A and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CB/F43D3C978E3355BC107163F1B064A1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CB/F43D3C978E3355BC107163F1B064A1 deleted file mode 100644 index 9cab06a5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CB/F43D3C978E3355BC107163F1B064A1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CE/D67B35734535419E27F511A757AE12 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CE/D67B35734535419E27F511A757AE12 deleted file mode 100644 index a3d874a7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CE/D67B35734535419E27F511A757AE12 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/50A72E6D6F30A2885CB8A68C0E00E1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/50A72E6D6F30A2885CB8A68C0E00E1 deleted file mode 100644 index d29a3647..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/50A72E6D6F30A2885CB8A68C0E00E1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/591BE37DDE3254957A9B629C770DD6 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/591BE37DDE3254957A9B629C770DD6 deleted file mode 100644 index 5a7e87a5..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/591BE37DDE3254957A9B629C770DD6 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/6A162FF50F3D11ABAC5C0436D94F72 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/6A162FF50F3D11ABAC5C0436D94F72 deleted file mode 100644 index cbaab889..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/6A162FF50F3D11ABAC5C0436D94F72 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/B31F5479BD386DA0980AF16F997DE9 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/B31F5479BD386DA0980AF16F997DE9 deleted file mode 100644 index 5e68f9f9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/B31F5479BD386DA0980AF16F997DE9 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/E4436D46CF32F3A322F8EA0E202E25 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/E4436D46CF32F3A322F8EA0E202E25 deleted file mode 100644 index c45b6889..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/CF/E4436D46CF32F3A322F8EA0E202E25 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/3F3C77D97D3520A47D744E4E643D06 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/3F3C77D97D3520A47D744E4E643D06 deleted file mode 100644 index a9fd41c8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/3F3C77D97D3520A47D744E4E643D06 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/81BAB9CE313DBEB3DACC55DBA75DB6 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/81BAB9CE313DBEB3DACC55DBA75DB6 deleted file mode 100644 index fc72c54b..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/81BAB9CE313DBEB3DACC55DBA75DB6 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/FED05019D233C9B0EB6CE30033451D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/FED05019D233C9B0EB6CE30033451D deleted file mode 100644 index ec81ba10..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D0/FED05019D233C9B0EB6CE30033451D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D3/3F9E4601563338A636F69DB00967E3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D3/3F9E4601563338A636F69DB00967E3 deleted file mode 100644 index b7d3f765..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D3/3F9E4601563338A636F69DB00967E3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D5/025F492B7534DBA94890DD6850485F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D5/025F492B7534DBA94890DD6850485F deleted file mode 100644 index 85768825..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D5/025F492B7534DBA94890DD6850485F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/0137AE24C23CCDAB9ACC9567D4BC53 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/0137AE24C23CCDAB9ACC9567D4BC53 deleted file mode 100644 index 4023f1f3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/0137AE24C23CCDAB9ACC9567D4BC53 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/03193BF04E33619CAF096B40CCE96D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/03193BF04E33619CAF096B40CCE96D deleted file mode 100644 index f0d1c63f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/03193BF04E33619CAF096B40CCE96D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/390E28465E3A46A68591E7F0BD4C8F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/390E28465E3A46A68591E7F0BD4C8F deleted file mode 100644 index fc657887..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D6/390E28465E3A46A68591E7F0BD4C8F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D7/21E15D397A3A188CDA265518E05E26 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D7/21E15D397A3A188CDA265518E05E26 deleted file mode 100644 index eeaf004f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D7/21E15D397A3A188CDA265518E05E26 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D7/DF30AED54C3647A44402668E80B7DC b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D7/DF30AED54C3647A44402668E80B7DC deleted file mode 100644 index 6f9f6a0c..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D7/DF30AED54C3647A44402668E80B7DC and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D8/3CBF88961633A393591085C06FE760 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D8/3CBF88961633A393591085C06FE760 deleted file mode 100644 index db5191a3..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D8/3CBF88961633A393591085C06FE760 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D8/92955ADAAA3F34AED2301CD4D5151C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D8/92955ADAAA3F34AED2301CD4D5151C deleted file mode 100644 index 5e5bc3f6..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D8/92955ADAAA3F34AED2301CD4D5151C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D9/69840974163D8384FC9F0E6F25AD1C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D9/69840974163D8384FC9F0E6F25AD1C deleted file mode 100644 index 9fd423d1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/D9/69840974163D8384FC9F0E6F25AD1C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/DA/32E71154653AECAEEE3579310AF814 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/DA/32E71154653AECAEEE3579310AF814 deleted file mode 100644 index 56a7b2c1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/DA/32E71154653AECAEEE3579310AF814 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/DB/202B7DDDB337989D42168CDCC1BEF0 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/DB/202B7DDDB337989D42168CDCC1BEF0 deleted file mode 100644 index 8a7ce2ea..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/DB/202B7DDDB337989D42168CDCC1BEF0 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/1E3825777233C79C099FBB015DB095 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/1E3825777233C79C099FBB015DB095 deleted file mode 100644 index 01e3607a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/1E3825777233C79C099FBB015DB095 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/C7AD0CA5F23489ACE7E5DF499D965C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/C7AD0CA5F23489ACE7E5DF499D965C deleted file mode 100644 index a8e62c30..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/C7AD0CA5F23489ACE7E5DF499D965C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/DD06D3D6743EC5BC282055CA22A50F b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/DD06D3D6743EC5BC282055CA22A50F deleted file mode 100644 index 9bd064a8..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E0/DD06D3D6743EC5BC282055CA22A50F and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E1/18E1A28B213C68AE827D6EBC269438 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E1/18E1A28B213C68AE827D6EBC269438 deleted file mode 100644 index baf63c92..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E1/18E1A28B213C68AE827D6EBC269438 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E2/0AEF3F742237F9B40EE7900746464D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E2/0AEF3F742237F9B40EE7900746464D deleted file mode 100644 index 9615f3ad..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E2/0AEF3F742237F9B40EE7900746464D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E3/7378ECCE4F33ECBA62A740C5D75ED1 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E3/7378ECCE4F33ECBA62A740C5D75ED1 deleted file mode 100644 index ca742bab..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E3/7378ECCE4F33ECBA62A740C5D75ED1 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E3/9977154B6F3429BBAA01FCF4E7363D b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E3/9977154B6F3429BBAA01FCF4E7363D deleted file mode 100644 index aba97a01..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E3/9977154B6F3429BBAA01FCF4E7363D and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E5/D271DB61D73AACBCBFDE457BD4E073 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E5/D271DB61D73AACBCBFDE457BD4E073 deleted file mode 100644 index 1a424b47..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E5/D271DB61D73AACBCBFDE457BD4E073 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E6/A90A6A0BDD32F682E2CD2A2AFF9F73 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E6/A90A6A0BDD32F682E2CD2A2AFF9F73 deleted file mode 100644 index 89a99130..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E6/A90A6A0BDD32F682E2CD2A2AFF9F73 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E8/E9F4E0CF8333F3B955E0BEB8BCBDC7 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E8/E9F4E0CF8333F3B955E0BEB8BCBDC7 deleted file mode 100644 index 21ff2eb4..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E8/E9F4E0CF8333F3B955E0BEB8BCBDC7 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E9/6686FE75D93FBAA2B4AF601D78DFFB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E9/6686FE75D93FBAA2B4AF601D78DFFB deleted file mode 100644 index 25ce0049..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/E9/6686FE75D93FBAA2B4AF601D78DFFB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EA/D1A5437F1C3EC899A32F3D9F1F56C9 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EA/D1A5437F1C3EC899A32F3D9F1F56C9 deleted file mode 100644 index 9eb01e1e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EA/D1A5437F1C3EC899A32F3D9F1F56C9 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EB/0BAE70A39C3A9D804CAAF0D722D9A4 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EB/0BAE70A39C3A9D804CAAF0D722D9A4 deleted file mode 100644 index ff8498f7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EB/0BAE70A39C3A9D804CAAF0D722D9A4 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EB/57D2CB1C1238BC90F2F58CBC78A995 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EB/57D2CB1C1238BC90F2F58CBC78A995 deleted file mode 100644 index e296da2f..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EB/57D2CB1C1238BC90F2F58CBC78A995 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EC/673110B6053D629C55E0B1C1377E2B b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EC/673110B6053D629C55E0B1C1377E2B deleted file mode 100644 index 0412f626..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EC/673110B6053D629C55E0B1C1377E2B and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EE/490F2DD16C32E38CA18232F585E4CE b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EE/490F2DD16C32E38CA18232F585E4CE deleted file mode 100644 index 36b18ba9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EE/490F2DD16C32E38CA18232F585E4CE and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EE/F41F1C4AC93D4BB2EC4A8AC4047B9C b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EE/F41F1C4AC93D4BB2EC4A8AC4047B9C deleted file mode 100644 index f075ada9..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EE/F41F1C4AC93D4BB2EC4A8AC4047B9C and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EF/D341EA0C2A34EDAE3FA26217A01733 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EF/D341EA0C2A34EDAE3FA26217A01733 deleted file mode 100644 index e36571de..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EF/D341EA0C2A34EDAE3FA26217A01733 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EF/D444627D8F36F6A72C12026271F77E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EF/D444627D8F36F6A72C12026271F77E deleted file mode 100644 index 3ffe4833..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/EF/D444627D8F36F6A72C12026271F77E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/diagnosticd.0.log b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/diagnosticd.0.log deleted file mode 100644 index 7f0e55a4..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/diagnosticd.0.log +++ /dev/null @@ -1,1339 +0,0 @@ -2025-05-06 21:57:05+0100 diagnosticd[70876]: diagnosticd starting -2025-05-06 21:57:05+0100 diagnosticd[70876]: System mode client started - diagnosticd (70876) - mode: 0x9, filter: "" -2025-05-06 21:59:51+0100 diagnosticd[70876]: System mode client started - DTServiceHub (75257) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 75256 = 0; - 75257 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:01:06+0100 diagnosticd[70876]: System mode client stopped - DTServiceHub (75257) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:01:51+0100 diagnosticd[76089]: diagnosticd starting -2025-05-06 22:01:51+0100 diagnosticd[76089]: System mode client started - diagnosticd (76089) - mode: 0x9, filter: "" -2025-05-06 22:01:56+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76194 = 0; - 76195 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:15:05+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:15:33+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76195 = 0; - 82079 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:16:32+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:16:45+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76195 = 0; - 82403 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:17:21+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:21:23+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76195 = 0; - 83120 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:22:07+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:29:13+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76195 = 0; - 84848 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:29:51+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:34:30+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76195 = 0; - 89857 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-06 22:36:46+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-06 22:37:06+0100 diagnosticd[76089]: System mode client started - DTServiceHub (76195) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76195 = 0; - 91232 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-07 08:15:04+0100 diagnosticd[76089]: System mode client stopped - DTServiceHub (76195) - clearing mode: 0x0, still active: 0x9 -2025-05-07 16:47:15+0100 diagnosticd[53348]: diagnosticd starting -2025-05-07 16:47:15+0100 diagnosticd[53348]: System mode client started - diagnosticd (53348) - mode: 0x9, filter: "" -2025-05-07 16:47:22+0100 diagnosticd[53348]: System mode client started - DTServiceHub (53491) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 53489 = 0; - 53491 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 10:26:04+0100 diagnosticd[58894]: diagnosticd starting -2025-05-08 10:26:04+0100 diagnosticd[58894]: System mode client started - diagnosticd (58894) - mode: 0x9, filter: "" -2025-05-08 10:26:14+0100 diagnosticd[58894]: System mode client started - DTServiceHub (59066) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 59064 = 0; - 59066 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 10:28:24+0100 diagnosticd[58894]: System mode client stopped - DTServiceHub (59066) - clearing mode: 0x0, still active: 0x9 -2025-05-08 16:28:42+0100 diagnosticd[90021]: diagnosticd starting -2025-05-08 16:28:42+0100 diagnosticd[90021]: System mode client started - diagnosticd (90021) - mode: 0x9, filter: "" -2025-05-08 16:28:48+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 90151 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 16:34:27+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 16:34:30+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 90152 = 0; - 91168 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 16:34:38+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 90152 = 0; - 91359 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 16:34:39+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 18:02:30+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 19:00:14+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 1491 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 19:10:47+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 19:18:34+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 10810 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 20:59:43+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 21:28:10+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 23465 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 21:29:47+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 21:43:31+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 29234 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 21:43:57+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 21:46:21+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 31054 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 21:50:11+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 21:51:20+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 32208 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 21:52:23+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 21:56:43+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 33699 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 21:57:10+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 21:59:32+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 34958 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 21:59:55+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:04:30+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 36221 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:04:57+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:20:28+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40351 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:21:05+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:21:10+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40607 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:21:44+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:21:50+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40843 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:22:04+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:22:11+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 41083 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:22:30+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:22:39+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 41317 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:22:56+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:23:03+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 41571 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-08 22:23:27+0100 diagnosticd[90021]: System mode client stopped - DTServiceHub (90152) - clearing mode: 0x0, still active: 0x9 -2025-05-08 22:23:33+0100 diagnosticd[90021]: System mode client started - DTServiceHub (90152) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 41811 = 0; - 90152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 12:52:43+0100 diagnosticd[55185]: diagnosticd starting -2025-05-09 12:52:43+0100 diagnosticd[55185]: System mode client started - diagnosticd (55185) - mode: 0x9, filter: "" -2025-05-09 12:52:50+0100 diagnosticd[55185]: System mode client started - DTServiceHub (55340) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 55339 = 0; - 55340 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 12:55:17+0100 diagnosticd[55185]: System mode client stopped - DTServiceHub (55340) - clearing mode: 0x0, still active: 0x9 -2025-05-09 12:57:31+0100 diagnosticd[55185]: System mode client started - DTServiceHub (55340) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 55340 = 0; - 55979 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 13:00:41+0100 diagnosticd[55185]: System mode client stopped - DTServiceHub (55340) - clearing mode: 0x0, still active: 0x9 -2025-05-09 13:00:48+0100 diagnosticd[55185]: System mode client started - DTServiceHub (55340) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 55340 = 0; - 56433 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 13:05:44+0100 diagnosticd[55185]: System mode client stopped - DTServiceHub (55340) - clearing mode: 0x0, still active: 0x9 -2025-05-09 13:07:48+0100 diagnosticd[55185]: assertion failed: 24E263 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-05-09 13:07:54+0100 diagnosticd[55185]: System mode client started - DTServiceHub (55340) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 55340 = 0; - 60045 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 13:10:17+0100 diagnosticd[55185]: System mode client stopped - DTServiceHub (55340) - clearing mode: 0x0, still active: 0x9 -2025-05-09 13:30:08+0100 diagnosticd[64746]: diagnosticd starting -2025-05-09 13:30:08+0100 diagnosticd[64746]: System mode client started - diagnosticd (64746) - mode: 0x9, filter: "" -2025-05-09 13:30:13+0100 diagnosticd[64746]: System mode client started - DTServiceHub (64839) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 64838 = 0; - 64839 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 13:30:36+0100 diagnosticd[64746]: System mode client stopped - DTServiceHub (64839) - clearing mode: 0x0, still active: 0x9 -2025-05-09 21:42:03+0100 diagnosticd[2207]: diagnosticd starting -2025-05-09 21:42:03+0100 diagnosticd[2207]: System mode client started - diagnosticd (2207) - mode: 0x9, filter: "" -2025-05-09 21:42:09+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2322 = 0; - 2324 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 21:46:32+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 21:46:48+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 2947 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 21:51:29+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 21:51:33+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 3360 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 21:53:13+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 21:53:20+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 3662 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:23:49+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:29:37+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 7797 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:30:36+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:30:44+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 8073 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:34:13+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:34:20+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 8477 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:36:20+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:36:26+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 8780 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:37:40+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:37:46+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 9071 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:38:28+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:38:34+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 9331 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:43:11+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:43:17+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 9792 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:44:45+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:44:55+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 10069 = 0; - 2324 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-09 22:49:28+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-09 22:49:35+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 10531 = 0; - 2324 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 09:41:37+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 09:42:36+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 33933 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 09:43:43+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 09:43:55+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 34364 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 09:43:59+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 09:44:52+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 34869 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 09:45:03+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 09:45:04+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 35058 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 09:45:59+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 09:59:27+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 37152 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 09:59:42+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 09:59:43+0100 diagnosticd[2207]: System mode client started - DTServiceHub (2324) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 2324 = 0; - 37345 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 10:01:39+0100 diagnosticd[2207]: System mode client stopped - DTServiceHub (2324) - clearing mode: 0x0, still active: 0x9 -2025-05-10 10:19:58+0100 diagnosticd[40659]: diagnosticd starting -2025-05-10 10:19:58+0100 diagnosticd[40659]: System mode client started - diagnosticd (40659) - mode: 0x9, filter: "" -2025-05-10 10:20:03+0100 diagnosticd[40659]: System mode client started - DTServiceHub (40776) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40775 = 0; - 40776 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 10:21:12+0100 diagnosticd[40659]: System mode client stopped - DTServiceHub (40776) - clearing mode: 0x0, still active: 0x9 -2025-05-10 10:21:20+0100 diagnosticd[40659]: System mode client started - DTServiceHub (40776) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40776 = 0; - 41094 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 10:24:45+0100 diagnosticd[40659]: System mode client stopped - DTServiceHub (40776) - clearing mode: 0x0, still active: 0x9 -2025-05-10 10:24:55+0100 diagnosticd[40659]: System mode client started - DTServiceHub (40776) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40776 = 0; - 41450 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 10:36:38+0100 diagnosticd[40659]: System mode client stopped - DTServiceHub (40776) - clearing mode: 0x0, still active: 0x9 -2025-05-10 10:37:20+0100 diagnosticd[40659]: System mode client started - DTServiceHub (40776) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40776 = 0; - 42447 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 10:50:28+0100 diagnosticd[40659]: assertion failed: 24E263 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-05-10 10:54:17+0100 diagnosticd[40659]: System mode client stopped - DTServiceHub (40776) - clearing mode: 0x0, still active: 0x9 -2025-05-10 10:54:48+0100 diagnosticd[40659]: System mode client started - DTServiceHub (40776) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40776 = 0; - 44972 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 10:59:51+0100 diagnosticd[40659]: System mode client stopped - DTServiceHub (40776) - clearing mode: 0x0, still active: 0x9 -2025-05-10 11:45:19+0100 diagnosticd[40659]: System mode client started - DTServiceHub (40776) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 40776 = 0; - 48428 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-05-10 12:04:29+0100 diagnosticd[40659]: System mode client stopped - DTServiceHub (40776) - clearing mode: 0x0, still active: 0x9 -2025-05-11 09:58:57+0100 diagnosticd[1553]: diagnosticd starting -2025-05-11 09:58:57+0100 diagnosticd[1553]: System mode client started - diagnosticd (1553) - mode: 0x9, filter: "" -2025-05-15 09:37:44+0100 diagnosticd[2277]: diagnosticd starting -2025-05-15 09:37:44+0100 diagnosticd[2277]: System mode client started - diagnosticd (2277) - mode: 0x9, filter: "" -2025-05-16 07:57:08+0100 diagnosticd[1069]: diagnosticd starting -2025-05-16 07:57:08+0100 diagnosticd[1069]: System mode client started - diagnosticd (1069) - mode: 0x9, filter: "" -2025-05-16 16:17:37+0100 diagnosticd[1069]: assertion failed: 24E263 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-05-17 09:35:22+0100 diagnosticd[1619]: diagnosticd starting -2025-05-17 09:35:22+0100 diagnosticd[1619]: System mode client started - diagnosticd (1619) - mode: 0x9, filter: "" -2025-05-17 13:56:48+0100 diagnosticd[1619]: assertion failed: 24E263 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-05-22 17:28:23+0100 diagnosticd[1340]: diagnosticd starting -2025-05-22 17:28:23+0100 diagnosticd[1340]: System mode client started - diagnosticd (1340) - mode: 0x9, filter: "" -2025-05-22 20:28:39+0100 diagnosticd[1568]: diagnosticd starting -2025-05-22 20:28:39+0100 diagnosticd[1568]: System mode client started - diagnosticd (1568) - mode: 0x9, filter: "" -2025-05-26 06:46:59+0100 diagnosticd[2379]: diagnosticd starting -2025-05-26 06:46:59+0100 diagnosticd[2379]: System mode client started - diagnosticd (2379) - mode: 0x9, filter: "" -2025-05-27 09:19:38+0100 diagnosticd[2379]: assertion failed: 24F74 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-05-28 07:06:54+0100 diagnosticd[2013]: diagnosticd starting -2025-05-28 07:06:54+0100 diagnosticd[2013]: System mode client started - diagnosticd (2013) - mode: 0x9, filter: "" -2025-05-31 07:15:20+0100 diagnosticd[2107]: diagnosticd starting -2025-05-31 07:15:20+0100 diagnosticd[2107]: System mode client started - diagnosticd (2107) - mode: 0x9, filter: "" -2025-06-01 07:29:21+0100 diagnosticd[1967]: diagnosticd starting -2025-06-01 07:29:21+0100 diagnosticd[1967]: System mode client started - diagnosticd (1967) - mode: 0x9, filter: "" -2025-06-03 15:52:07+0100 diagnosticd[84201]: diagnosticd starting -2025-06-03 15:52:07+0100 diagnosticd[84201]: System mode client started - diagnosticd (84201) - mode: 0x9, filter: "" -2025-06-03 15:53:35+0100 diagnosticd[84201]: System mode client started - DTServiceHub (88204) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 88203 = 0; - 88204 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 15:53:36+0100 diagnosticd[84201]: System mode client stopped - DTServiceHub (88204) - clearing mode: 0x0, still active: 0x9 -2025-06-03 16:51:12+0100 diagnosticd[95545]: diagnosticd starting -2025-06-03 16:51:12+0100 diagnosticd[95545]: System mode client started - diagnosticd (95545) - mode: 0x9, filter: "" -2025-06-03 16:52:46+0100 diagnosticd[95545]: System mode client started - DTServiceHub (98727) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 98726 = 0; - 98727 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 16:52:47+0100 diagnosticd[95545]: System mode client stopped - DTServiceHub (98727) - clearing mode: 0x0, still active: 0x9 -2025-06-03 18:06:21+0100 diagnosticd[5619]: diagnosticd starting -2025-06-03 18:06:21+0100 diagnosticd[5619]: System mode client started - diagnosticd (5619) - mode: 0x9, filter: "" -2025-06-03 18:07:24+0100 diagnosticd[5619]: System mode client started - DTServiceHub (8497) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 8495 = 0; - 8497 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 18:07:26+0100 diagnosticd[5619]: System mode client stopped - DTServiceHub (8497) - clearing mode: 0x0, still active: 0x9 -2025-06-03 18:34:07+0100 diagnosticd[11009]: diagnosticd starting -2025-06-03 18:34:07+0100 diagnosticd[11009]: System mode client started - diagnosticd (11009) - mode: 0x9, filter: "" -2025-06-03 18:35:04+0100 diagnosticd[11009]: System mode client started - DTServiceHub (13739) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 13738 = 0; - 13739 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 18:35:05+0100 diagnosticd[11009]: System mode client stopped - DTServiceHub (13739) - clearing mode: 0x0, still active: 0x9 -2025-06-03 18:36:43+0100 diagnosticd[14166]: diagnosticd starting -2025-06-03 18:36:43+0100 diagnosticd[14166]: System mode client started - diagnosticd (14166) - mode: 0x9, filter: "" -2025-06-03 18:38:20+0100 diagnosticd[15037]: diagnosticd starting -2025-06-03 18:38:20+0100 diagnosticd[15037]: System mode client started - diagnosticd (15037) - mode: 0x9, filter: "" -2025-06-03 18:39:12+0100 diagnosticd[15037]: System mode client started - DTServiceHub (17685) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 17684 = 0; - 17685 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 18:39:14+0100 diagnosticd[15037]: System mode client stopped - DTServiceHub (17685) - clearing mode: 0x0, still active: 0x9 -2025-06-03 18:44:40+0100 diagnosticd[22099]: diagnosticd starting -2025-06-03 18:44:40+0100 diagnosticd[22099]: System mode client started - diagnosticd (22099) - mode: 0x9, filter: "" -2025-06-03 18:44:46+0100 diagnosticd[22099]: System mode client started - DTServiceHub (22225) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 22224 = 0; - 22225 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 18:44:47+0100 diagnosticd[22099]: System mode client stopped - DTServiceHub (22225) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:12:26+0100 diagnosticd[29089]: diagnosticd starting -2025-06-03 19:12:26+0100 diagnosticd[29089]: System mode client started - diagnosticd (29089) - mode: 0x9, filter: "" -2025-06-03 19:12:34+0100 diagnosticd[29089]: System mode client started - DTServiceHub (29220) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 29219 = 0; - 29220 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:12:35+0100 diagnosticd[29089]: System mode client stopped - DTServiceHub (29220) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:14:58+0100 diagnosticd[31562]: diagnosticd starting -2025-06-03 19:14:58+0100 diagnosticd[31562]: System mode client started - diagnosticd (31562) - mode: 0x9, filter: "" -2025-06-03 19:15:05+0100 diagnosticd[31562]: System mode client started - DTServiceHub (31681) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 31680 = 0; - 31681 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:15:07+0100 diagnosticd[31562]: System mode client stopped - DTServiceHub (31681) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:17:28+0100 diagnosticd[34060]: diagnosticd starting -2025-06-03 19:17:28+0100 diagnosticd[34060]: System mode client started - diagnosticd (34060) - mode: 0x9, filter: "" -2025-06-03 19:17:35+0100 diagnosticd[34060]: System mode client started - DTServiceHub (34186) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 34185 = 0; - 34186 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:17:36+0100 diagnosticd[34060]: System mode client stopped - DTServiceHub (34186) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:26:30+0100 diagnosticd[39162]: diagnosticd starting -2025-06-03 19:26:30+0100 diagnosticd[39162]: System mode client started - diagnosticd (39162) - mode: 0x9, filter: "" -2025-06-03 19:27:30+0100 diagnosticd[39162]: System mode client started - DTServiceHub (41962) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 41961 = 0; - 41962 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:27:31+0100 diagnosticd[39162]: System mode client stopped - DTServiceHub (41962) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:31:59+0100 diagnosticd[42996]: diagnosticd starting -2025-06-03 19:31:59+0100 diagnosticd[42996]: System mode client started - diagnosticd (42996) - mode: 0x9, filter: "" -2025-06-03 19:32:59+0100 diagnosticd[42996]: System mode client started - DTServiceHub (45845) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 45844 = 0; - 45845 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:33:00+0100 diagnosticd[42996]: System mode client stopped - DTServiceHub (45845) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:35:38+0100 diagnosticd[46376]: diagnosticd starting -2025-06-03 19:35:38+0100 diagnosticd[46376]: System mode client started - diagnosticd (46376) - mode: 0x9, filter: "" -2025-06-03 19:37:00+0100 diagnosticd[46376]: System mode client started - DTServiceHub (50824) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 50823 = 0; - 50824 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:37:01+0100 diagnosticd[46376]: System mode client stopped - DTServiceHub (50824) - clearing mode: 0x0, still active: 0x9 -2025-06-03 19:50:10+0100 diagnosticd[52104]: diagnosticd starting -2025-06-03 19:50:10+0100 diagnosticd[52104]: System mode client started - diagnosticd (52104) - mode: 0x9, filter: "" -2025-06-03 19:51:18+0100 diagnosticd[52104]: System mode client started - DTServiceHub (56279) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 56278 = 0; - 56279 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-03 19:51:19+0100 diagnosticd[52104]: System mode client stopped - DTServiceHub (56279) - clearing mode: 0x0, still active: 0x9 -2025-06-07 14:44:36+0100 diagnosticd[63012]: diagnosticd starting -2025-06-07 14:44:36+0100 diagnosticd[63012]: System mode client started - diagnosticd (63012) - mode: 0x9, filter: "" -2025-06-07 14:44:44+0100 diagnosticd[63012]: System mode client started - DTServiceHub (63228) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 63227 = 0; - 63228 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-07 14:44:45+0100 diagnosticd[63012]: System mode client stopped - DTServiceHub (63228) - clearing mode: 0x0, still active: 0x9 -2025-06-07 14:48:43+0100 diagnosticd[64559]: diagnosticd starting -2025-06-07 14:48:43+0100 diagnosticd[64559]: System mode client started - diagnosticd (64559) - mode: 0x9, filter: "" -2025-06-07 14:48:49+0100 diagnosticd[64559]: System mode client started - DTServiceHub (64672) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 64671 = 0; - 64672 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-07 14:48:50+0100 diagnosticd[64559]: System mode client stopped - DTServiceHub (64672) - clearing mode: 0x0, still active: 0x9 -2025-06-07 14:57:31+0100 diagnosticd[68506]: diagnosticd starting -2025-06-07 14:57:31+0100 diagnosticd[68506]: System mode client started - diagnosticd (68506) - mode: 0x9, filter: "" -2025-06-07 14:57:38+0100 diagnosticd[68506]: System mode client started - DTServiceHub (68630) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 68629 = 0; - 68630 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-07 14:57:39+0100 diagnosticd[68506]: System mode client stopped - DTServiceHub (68630) - clearing mode: 0x0, still active: 0x9 -2025-06-07 15:34:44+0100 diagnosticd[73768]: diagnosticd starting -2025-06-07 15:34:44+0100 diagnosticd[73768]: System mode client started - diagnosticd (73768) - mode: 0x9, filter: "" -2025-06-07 15:36:18+0100 diagnosticd[73768]: System mode client started - DTServiceHub (77671) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 77670 = 0; - 77671 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-07 15:36:19+0100 diagnosticd[73768]: System mode client stopped - DTServiceHub (77671) - clearing mode: 0x0, still active: 0x9 -2025-06-07 15:41:16+0100 diagnosticd[78570]: diagnosticd starting -2025-06-07 15:41:16+0100 diagnosticd[78570]: System mode client started - diagnosticd (78570) - mode: 0x9, filter: "" -2025-06-07 15:42:28+0100 diagnosticd[78570]: System mode client started - DTServiceHub (82355) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 82354 = 0; - 82355 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-07 15:42:29+0100 diagnosticd[78570]: System mode client stopped - DTServiceHub (82355) - clearing mode: 0x0, still active: 0x9 -2025-06-09 08:02:12+0100 diagnosticd[2669]: diagnosticd starting -2025-06-09 08:02:12+0100 diagnosticd[2669]: System mode client started - diagnosticd (2669) - mode: 0x9, filter: "" -2025-06-10 13:05:55+0100 diagnosticd[2669]: assertion failed: 24F74 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-06-12 11:35:33+0100 diagnosticd[68480]: diagnosticd starting -2025-06-12 11:35:33+0100 diagnosticd[68480]: System mode client started - diagnosticd (68480) - mode: 0x9, filter: "" -2025-06-12 11:37:29+0100 diagnosticd[68480]: System mode client started - DTServiceHub (72758) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 72757 = 0; - 72758 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-06-12 11:37:30+0100 diagnosticd[68480]: System mode client stopped - DTServiceHub (72758) - clearing mode: 0x0, still active: 0x9 -2025-06-13 07:12:52+0100 diagnosticd[1719]: diagnosticd starting -2025-06-13 07:12:52+0100 diagnosticd[1719]: System mode client started - diagnosticd (1719) - mode: 0x9, filter: "" -2025-06-14 22:24:21+0100 diagnosticd[3304]: diagnosticd starting -2025-06-14 22:24:21+0100 diagnosticd[3304]: System mode client started - diagnosticd (3304) - mode: 0x9, filter: "" -2025-06-17 05:26:31+0100 diagnosticd[1119]: diagnosticd starting -2025-06-17 05:26:31+0100 diagnosticd[1119]: System mode client started - diagnosticd (1119) - mode: 0x9, filter: "" -2025-06-18 07:18:34+0100 diagnosticd[2671]: diagnosticd starting -2025-06-18 07:18:34+0100 diagnosticd[2671]: System mode client started - diagnosticd (2671) - mode: 0x9, filter: "" -2025-06-18 11:21:51+0100 diagnosticd[1486]: diagnosticd starting -2025-06-18 11:21:51+0100 diagnosticd[1486]: System mode client started - diagnosticd (1486) - mode: 0x9, filter: "" -2025-06-19 07:57:17+0100 diagnosticd[765]: diagnosticd starting -2025-06-19 07:57:17+0100 diagnosticd[765]: System mode client started - diagnosticd (765) - mode: 0x9, filter: "" -2025-06-24 08:42:27+0100 diagnosticd[2425]: diagnosticd starting -2025-06-24 08:42:27+0100 diagnosticd[2425]: System mode client started - diagnosticd (2425) - mode: 0x9, filter: "" -2025-06-24 20:39:35+0100 diagnosticd[1604]: diagnosticd starting -2025-06-24 20:39:35+0100 diagnosticd[1604]: System mode client started - diagnosticd (1604) - mode: 0x9, filter: "" -2025-06-25 09:25:20+0100 diagnosticd[1740]: diagnosticd starting -2025-06-25 09:25:21+0100 diagnosticd[1740]: System mode client started - diagnosticd (1740) - mode: 0x9, filter: "" -2025-06-28 08:39:23+0100 diagnosticd[2517]: diagnosticd starting -2025-06-28 08:39:23+0100 diagnosticd[2517]: System mode client started - diagnosticd (2517) - mode: 0x9, filter: "" -2025-06-30 22:43:15+0100 diagnosticd[813]: diagnosticd starting -2025-06-30 22:43:15+0100 diagnosticd[813]: System mode client started - diagnosticd (813) - mode: 0x9, filter: "" -2025-07-01 08:01:53+0100 diagnosticd[2157]: diagnosticd starting -2025-07-01 08:01:53+0100 diagnosticd[2157]: System mode client started - diagnosticd (2157) - mode: 0x9, filter: "" -2025-07-03 17:57:53+0100 diagnosticd[39568]: diagnosticd starting -2025-07-03 17:57:53+0100 diagnosticd[39568]: System mode client started - diagnosticd (39568) - mode: 0x9, filter: "" -2025-07-05 10:51:54+0100 diagnosticd[1361]: diagnosticd starting -2025-07-05 10:51:54+0100 diagnosticd[1361]: System mode client started - diagnosticd (1361) - mode: 0x9, filter: "" -2025-07-06 07:14:53+0100 diagnosticd[1598]: diagnosticd starting -2025-07-06 07:14:53+0100 diagnosticd[1598]: System mode client started - diagnosticd (1598) - mode: 0x9, filter: "" -2025-07-14 22:31:41+0100 diagnosticd[1320]: diagnosticd starting -2025-07-14 22:31:41+0100 diagnosticd[1320]: System mode client started - diagnosticd (1320) - mode: 0x9, filter: "" -2025-07-15 12:20:01+0100 diagnosticd[1320]: assertion failed: 24F74 21F79: diagnosticd + 25468 [0BA5AF80-F410-3E40-B949-C00D12C7D924]: 0x3d -2025-07-17 09:06:46+0100 diagnosticd[1686]: diagnosticd starting -2025-07-17 09:06:46+0100 diagnosticd[1686]: System mode client started - diagnosticd (1686) - mode: 0x9, filter: "" -2025-07-17 22:59:19+0100 diagnosticd[81904]: diagnosticd starting -2025-07-17 22:59:19+0100 diagnosticd[81904]: System mode client started - diagnosticd (81904) - mode: 0x9, filter: "" -2025-07-17 23:01:33+0100 diagnosticd[81904]: System mode client started - DTServiceHub (85869) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 85868 = 0; - 85869 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-17 23:01:35+0100 diagnosticd[81904]: System mode client stopped - DTServiceHub (85869) - clearing mode: 0x0, still active: 0x9 -2025-07-18 11:01:55+0100 diagnosticd[33689]: diagnosticd starting -2025-07-18 11:01:55+0100 diagnosticd[33689]: System mode client started - diagnosticd (33689) - mode: 0x9, filter: "" -2025-07-18 11:03:16+0100 diagnosticd[33689]: System mode client started - DTServiceHub (36727) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 36726 = 0; - 36727 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 11:03:17+0100 diagnosticd[33689]: System mode client stopped - DTServiceHub (36727) - clearing mode: 0x0, still active: 0x9 -2025-07-18 11:29:28+0100 diagnosticd[38222]: diagnosticd starting -2025-07-18 11:29:28+0100 diagnosticd[38222]: System mode client started - diagnosticd (38222) - mode: 0x9, filter: "" -2025-07-18 11:30:39+0100 diagnosticd[38222]: System mode client started - DTServiceHub (41090) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 41088 = 0; - 41090 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 11:30:41+0100 diagnosticd[38222]: System mode client stopped - DTServiceHub (41090) - clearing mode: 0x0, still active: 0x9 -2025-07-18 15:03:44+0100 diagnosticd[53988]: diagnosticd starting -2025-07-18 15:03:44+0100 diagnosticd[53988]: System mode client started - diagnosticd (53988) - mode: 0x9, filter: "" -2025-07-18 15:03:53+0100 diagnosticd[53988]: System mode client started - DTServiceHub (54126) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 54125 = 0; - 54126 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 15:03:54+0100 diagnosticd[53988]: System mode client stopped - DTServiceHub (54126) - clearing mode: 0x0, still active: 0x9 -2025-07-18 15:12:30+0100 diagnosticd[55388]: diagnosticd starting -2025-07-18 15:12:30+0100 diagnosticd[55388]: System mode client started - diagnosticd (55388) - mode: 0x9, filter: "" -2025-07-18 15:12:36+0100 diagnosticd[55388]: System mode client started - DTServiceHub (55518) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 55517 = 0; - 55518 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 15:12:40+0100 diagnosticd[55388]: System mode client stopped - DTServiceHub (55518) - clearing mode: 0x0, still active: 0x9 -2025-07-18 15:13:58+0100 diagnosticd[56251]: diagnosticd starting -2025-07-18 15:13:58+0100 diagnosticd[56251]: System mode client started - diagnosticd (56251) - mode: 0x9, filter: "" -2025-07-18 15:15:08+0100 diagnosticd[56251]: System mode client started - DTServiceHub (58636) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 58634 = 0; - 58636 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 15:15:12+0100 diagnosticd[56251]: System mode client stopped - DTServiceHub (58636) - clearing mode: 0x0, still active: 0x9 -2025-07-18 15:53:46+0100 diagnosticd[64276]: diagnosticd starting -2025-07-18 15:53:46+0100 diagnosticd[64276]: System mode client started - diagnosticd (64276) - mode: 0x9, filter: "" -2025-07-18 15:55:05+0100 diagnosticd[64276]: System mode client started - DTServiceHub (66605) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 66601 = 0; - 66605 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 15:55:08+0100 diagnosticd[64276]: System mode client stopped - DTServiceHub (66605) - clearing mode: 0x0, still active: 0x9 -2025-07-18 16:37:13+0100 diagnosticd[73859]: diagnosticd starting -2025-07-18 16:37:13+0100 diagnosticd[73859]: System mode client started - diagnosticd (73859) - mode: 0x9, filter: "" -2025-07-18 16:38:30+0100 diagnosticd[73859]: System mode client started - DTServiceHub (76181) - mode: 0x8, filter: "{ - category = { - heartbeat = 0; - }; - pid = { - 76179 = 0; - 76181 = 0; - }; - subsystem = { - "com.apple.dt.Instruments" = 0; - "com.apple.runtime-issues" = 0; - }; -}" -2025-07-18 16:38:34+0100 diagnosticd[73859]: System mode client stopped - DTServiceHub (76181) - clearing mode: 0x0, still active: 0x9 diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd.0.log b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd.0.log deleted file mode 100644 index 70fed0ca..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd.0.log +++ /dev/null @@ -1,10170 +0,0 @@ -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: No userlevel firehose clients left -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:42+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:13:58+0100 logd[56217]: libtrace_kic=0 -2025-07-18 15:13:58+0100 logd[56217]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 15:13:58+0100 logd[56217]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:13:58+0100 logd[56217]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:13:58+0100 logd[56217]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Unable to get path for 56459 -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Unable to get path for 56247 -2025-07-18 15:15:16+0100 logd[56217]: Unable to get path for 56247 -2025-07-18 15:15:16+0100 logd[56217]: Unable to get path for 56247 -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:16+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: No userlevel firehose clients left -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:15:17+0100 logd[56217]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:53:45+0100 logd[64242]: libtrace_kic=0 -2025-07-18 15:53:45+0100 logd[64242]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 15:53:45+0100 logd[64242]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:53:45+0100 logd[64242]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:53:45+0100 logd[64242]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:55:13+0100 logd[64242]: Unable to get path for 64240 -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Unable to get path for 64240 -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Unable to get path for 64240 -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Unable to get path for 64240 -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Unable to get path for 64240 -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: No userlevel firehose clients left -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:55:13+0100 logd[64242]: Error connecting to logd_helper: Connection invalid -2025-07-18 16:37:12+0100 logd[73825]: libtrace_kic=0 -2025-07-18 16:37:12+0100 logd[73825]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 16:37:12+0100 logd[73825]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 16:37:12+0100 logd[73825]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 16:37:12+0100 logd[73825]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd.1.log b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd.1.log deleted file mode 100644 index c926c8bc..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd.1.log +++ /dev/null @@ -1,11653 +0,0 @@ -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: No userlevel firehose clients left -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-17 23:01:56+0100 logd[81870]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:01:55+0100 logd[33655]: libtrace_kic=0 -2025-07-18 11:01:55+0100 logd[33655]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 11:01:55+0100 logd[33655]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 11:01:55+0100 logd[33655]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 11:01:55+0100 logd[33655]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: No userlevel firehose clients left -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:03:35+0100 logd[33655]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:29:28+0100 logd[38188]: libtrace_kic=0 -2025-07-18 11:29:28+0100 logd[38188]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 11:29:28+0100 logd[38188]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 11:29:28+0100 logd[38188]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 11:29:28+0100 logd[38188]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 41077 -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 41077 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 41077 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38186 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38207 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38207 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38207 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38186 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38198 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38198 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38198 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38186 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38186 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38186 -2025-07-18 11:30:57+0100 logd[38188]: Unable to get path for 38186 -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: No userlevel firehose clients left -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 11:30:57+0100 logd[38188]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:03:44+0100 logd[53952]: libtrace_kic=0 -2025-07-18 15:03:44+0100 logd[53952]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 15:03:44+0100 logd[53952]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:03:44+0100 logd[53952]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:03:44+0100 logd[53952]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53950 -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53950 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53950 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53950 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53950 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 54018 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53950 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Unable to get path for 53972 -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:11+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: No userlevel firehose clients left -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:04:12+0100 logd[53952]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:30+0100 logd[55352]: libtrace_kic=0 -2025-07-18 15:12:30+0100 logd[55352]: _read_kernel_uuid calling _logd_uuiddb_harvest_kernel for C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39 -2025-07-18 15:12:30+0100 logd[55352]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:12:30+0100 logd[55352]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:12:30+0100 logd[55352]: assertion failed: 24F74 21F79: logd + 77108 [EA4DB612-55CE-3260-912C-F144A0D2C229]: 0x2 -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:40+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid -2025-07-18 15:12:41+0100 logd[55352]: Error connecting to logd_helper: Connection invalid diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd_helper.0.log b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd_helper.0.log deleted file mode 100644 index d19b45d7..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logd_helper.0.log +++ /dev/null @@ -1,52 +0,0 @@ -2025-05-06 21:57:05+0100 logd_helper[70877]: Started logd_helper -2025-05-06 21:57:05+0100 logd_helper[70877]: Simulator Harvesting: 41922C5E-056B-32D1-A8D4-AE494CEDC757 -2025-05-06 21:57:09+0100 logd_helper[70877]: Simulator Harvest Complete for 41922C5E-056B-32D1-A8D4-AE494CEDC757: 0 -2025-05-06 22:02:07+0100 logd_helper[76245]: Started logd_helper -2025-05-07 16:47:18+0100 logd_helper[53438]: Started logd_helper -2025-05-08 10:26:04+0100 logd_helper[58895]: Started logd_helper -2025-05-08 10:26:06+0100 logd_helper[58895]: Simulator Harvesting: 6D6E54B7-EE00-3DE0-8696-9F7955C08E99 -2025-05-08 10:26:15+0100 logd_helper[58895]: Simulator Harvest Complete for 6D6E54B7-EE00-3DE0-8696-9F7955C08E99: 0 -2025-05-08 16:28:50+0100 logd_helper[90167]: Started logd_helper -2025-05-08 19:18:44+0100 logd_helper[10861]: Started logd_helper -2025-05-08 21:46:36+0100 logd_helper[31086]: Started logd_helper -2025-05-09 12:52:51+0100 logd_helper[55357]: Started logd_helper -2025-05-09 21:42:25+0100 logd_helper[2405]: Started logd_helper -2025-05-10 10:20:19+0100 logd_helper[40833]: Started logd_helper -2025-05-17 16:27:36+0100 logd_helper[38937]: Started logd_helper -2025-05-26 06:47:01+0100 logd_helper[2459]: Started logd_helper -2025-05-26 08:28:45+0100 logd_helper[12096]: Started logd_helper -2025-05-26 09:46:57+0100 logd_helper[16828]: Started logd_helper -2025-05-27 03:05:46+0100 logd_helper[73761]: Started logd_helper -2025-05-27 06:48:06+0100 logd_helper[83104]: Started logd_helper -2025-05-27 10:45:34+0100 logd_helper[22050]: Started logd_helper -2025-05-28 07:06:54+0100 logd_helper[2015]: Started logd_helper -2025-05-28 07:07:02+0100 logd_helper[2015]: Simulator Harvesting: 393E960A-86DE-3A48-8F7D-701A0DD7C145 -2025-05-28 07:07:17+0100 logd_helper[2015]: Simulator Harvest Complete for 393E960A-86DE-3A48-8F7D-701A0DD7C145: 0 -2025-06-03 15:52:08+0100 logd_helper[84205]: Started logd_helper -2025-06-03 16:52:46+0100 logd_helper[98737]: Started logd_helper -2025-06-03 18:07:25+0100 logd_helper[8507]: Started logd_helper -2025-06-03 18:35:04+0100 logd_helper[13747]: Started logd_helper -2025-06-03 18:39:13+0100 logd_helper[17693]: Started logd_helper -2025-06-03 18:44:46+0100 logd_helper[22234]: Started logd_helper -2025-06-03 19:12:35+0100 logd_helper[29227]: Started logd_helper -2025-06-03 19:15:16+0100 logd_helper[31744]: Started logd_helper -2025-06-03 19:17:36+0100 logd_helper[34196]: Started logd_helper -2025-06-03 19:27:30+0100 logd_helper[41969]: Started logd_helper -2025-06-03 19:32:59+0100 logd_helper[45852]: Started logd_helper -2025-06-03 19:37:10+0100 logd_helper[50882]: Started logd_helper -2025-06-03 19:51:28+0100 logd_helper[56324]: Started logd_helper -2025-06-07 14:44:44+0100 logd_helper[63239]: Started logd_helper -2025-06-07 14:48:57+0100 logd_helper[64749]: Started logd_helper -2025-06-07 14:57:50+0100 logd_helper[68771]: Started logd_helper -2025-06-07 15:36:18+0100 logd_helper[77679]: Started logd_helper -2025-06-07 15:42:38+0100 logd_helper[82426]: Started logd_helper -2025-06-09 08:02:16+0100 logd_helper[3108]: Started logd_helper -2025-06-12 11:37:29+0100 logd_helper[72766]: Started logd_helper -2025-07-17 23:01:33+0100 logd_helper[85877]: Started logd_helper -2025-07-18 11:03:16+0100 logd_helper[36735]: Started logd_helper -2025-07-18 11:30:50+0100 logd_helper[41152]: Started logd_helper -2025-07-18 15:03:53+0100 logd_helper[54136]: Started logd_helper -2025-07-18 15:12:37+0100 logd_helper[55525]: Started logd_helper -2025-07-18 15:15:09+0100 logd_helper[58642]: Started logd_helper -2025-07-18 15:55:05+0100 logd_helper[66610]: Started logd_helper -2025-07-18 16:38:31+0100 logd_helper[76192]: Started logd_helper diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.0.jsonl b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.0.jsonl deleted file mode 100644 index add235c7..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.0.jsonl +++ /dev/null @@ -1,271 +0,0 @@ -{"unixTime":1746565041,"totalBytes":10588654,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":2322818},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":1819192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1311246},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/lsd","sizeBytes":812555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":681478},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":527899},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":459765},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":311822},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/MobileCal.app\/PlugIns\/CalendarWidgetExtension.appex\/CalendarWidgetExtension","sizeBytes":243230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":236545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":200709},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":145012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":141752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":110742},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":96366},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":92221},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":90207},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":75001},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/DataMigration.framework\/XPCServices\/com.apple.migrationpluginwrapper.xpc\/com.apple.migrationpluginwrapper","sizeBytes":72035},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":66240}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000001.tracev3"} -{"unixTime":1746565056,"totalBytes":37110997,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":3493940},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2923309},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/AssetsLibrary.framework\/Support\/assetsd","sizeBytes":2760691},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1872266},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":1855552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":1595872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/StreamingExtractor.framework\/XPCServices\/STExtractionService.xpc\/STExtractionService","sizeBytes":1534993},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":1472583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1449522},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1388041},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":1379124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1348558},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1328565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1039741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":729152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":539865},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":528680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":505249},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":434864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":413182}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000001.tracev3"} -{"unixTime":1746565069,"totalBytes":9484630,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3196101},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1419770},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":1127784},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":888364},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":611768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/MobileCal.app\/PlugIns\/CalendarWidgetExtension.appex\/CalendarWidgetExtension","sizeBytes":598470},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/MobileSafari.app\/PlugIns\/SafariWidgetExtension.appex\/SafariWidgetExtension","sizeBytes":183016},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AXAssetLoader.framework\/Support\/axassetsd","sizeBytes":167920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":103156},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":94482},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":93736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":92480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":84042},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Reminders.app\/PlugIns\/RemindersWidgetExtension.appex\/RemindersWidgetExtension","sizeBytes":67234},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":56560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":53486},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ScreenTimeCore.framework\/ScreenTimeAgent","sizeBytes":51168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":50474},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/SleepWidgetContainer.app\/PlugIns\/SleepWidgetExtension.appex\/SleepWidgetExtension","sizeBytes":44216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":39053}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000002.tracev3"} -{"unixTime":1746567070,"totalBytes":9691342,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2060810},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1675093},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1042713},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":673598},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":587986},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/9462DB5D-0F5A-4908-A037-FFE18083F07E\/Brainwallet.app\/Brainwallet","sizeBytes":490314},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":425913},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":249476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":162058},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":146672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":127704},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/F3533394-6348-4FB9-823D-BB0F6FABFDBD\/Brainwallet.app\/Brainwallet","sizeBytes":121128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":115625},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":112934},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/37E8BD1C-D6A0-4C18-982B-64D5EB2DF5F6\/Brainwallet.app\/Brainwallet","sizeBytes":96249},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":95198},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/C8B587E1-9D48-4E46-835D-D6B4AEAAF8EE\/Brainwallet.app\/Brainwallet","sizeBytes":94833},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":89959},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2F0E0EE8-D200-47C3-91D1-2FDE7C88DF05\/Brainwallet.app\/Brainwallet","sizeBytes":86993},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":80309}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000004.tracev3"} -{"unixTime":1746567813,"totalBytes":38822279,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":5168425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2662240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2621267},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":2280608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":2246707},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":2187219},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1966608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1560123},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/9462DB5D-0F5A-4908-A037-FFE18083F07E\/Brainwallet.app\/Brainwallet","sizeBytes":1379340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":1085580},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":974134},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":939323},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":919953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":707619},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":609488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":567170},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":546066},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/6F54A134-7743-4135-87D8-B1B5BAEEA4E3\/Brainwallet.app\/Brainwallet","sizeBytes":470095},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":439512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":380336}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000003.tracev3"} -{"unixTime":1746575207,"totalBytes":39293259,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":14964392},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":6762815},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6172104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3269078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2349540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1499294},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1392208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":356138},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":231968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":221052},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":173368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":165449},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":132396},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":119768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":114138},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":112968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":112491},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/com.apple.Safari.SafeBrowsing.Service","sizeBytes":91600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":89504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":83817}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000004.tracev3"} -{"unixTime":1746582574,"totalBytes":39223317,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":14884076},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":6731297},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6151976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3243748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2519322},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1503804},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1380032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":386872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":362026},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":212064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":173222},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":169784},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":124120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":121632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":112984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":111786},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":104571},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":89512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/com.apple.Safari.SafeBrowsing.Service","sizeBytes":88344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":69512}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000005.tracev3"} -{"unixTime":1746585580,"totalBytes":11070806,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":6612822},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1450717},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":775690},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":359248},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/6F54A134-7743-4135-87D8-B1B5BAEEA4E3\/Brainwallet.app\/Brainwallet","sizeBytes":343555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":303699},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":211198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":118344},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":113609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":98570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":76896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":68759},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":68565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":61936},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":39814},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":39482},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":36286},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":32224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":24088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/lsd","sizeBytes":20134}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000005.tracev3"} -{"unixTime":1746589381,"totalBytes":38824652,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":13794109},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":6301583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5684720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":4192523},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2321530},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1420924},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1277824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":535120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":517928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":330790},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":208680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":176943},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":167432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":167392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":165600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":159418},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":145545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":133664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":116072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":113520}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000006.tracev3"} -{"unixTime":1746595627,"totalBytes":40358455,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":12599957},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5407805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5213272},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":4900700},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4591028},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2165313},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1247066},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1169064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":392995},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":292534},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":289768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":233496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":189240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":184403},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":179848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":141328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":129188},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":101360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":100550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":99576}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000007.tracev3"} -{"unixTime":1746602217,"totalBytes":37680652,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":13134737},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5907356},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5514200},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2BC6DBE6-85FC-450A-8697-326F4EDA58F9\/Brainwallet.app\/Brainwallet","sizeBytes":4791333},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2132540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1345560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1235554},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":322607},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":307088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":252041},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":246280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":234933},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":201209},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":184022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":164484},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":161920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":115214},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":102936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/com.apple.Safari.SafeBrowsing.Service","sizeBytes":91488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":85380}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000008.tracev3"} -{"unixTime":1746696445,"totalBytes":9431669,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2192634},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1175407},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":594763},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":573697},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":570915},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":531159},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":396566},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/C5DA1BD1-F8B6-4316-B031-8E59C550AAC8\/Brainwallet.app\/Brainwallet","sizeBytes":359232},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":343007},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":316171},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":217800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":211192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":165451},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":163818},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":141732},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":111526},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":103445},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":98520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":90004}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000008.tracev3"} -{"unixTime":1746696597,"totalBytes":40822737,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8897841},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4790665},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":2977984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":1684108},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1441514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1288078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1100170},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1047278},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":978675},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":970946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":948111},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":793727},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":720640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":698038},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":671982},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":618230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":598947},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":573588},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/C5DA1BD1-F8B6-4316-B031-8E59C550AAC8\/Brainwallet.app\/Brainwallet","sizeBytes":514440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":498984}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000000b.tracev3"} -{"unixTime":1746720033,"totalBytes":39049045,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8658101},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":4007873},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3806869},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2335367},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1733377},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/752A14C5-ED28-448E-911F-84214631D880\/Brainwallet.app\/Brainwallet","sizeBytes":1215204},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1191926},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1191501},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1184060},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":967050},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":825879},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":673904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":616222},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":576474},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":574354},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/9503FC7E-A557-451B-AE00-980BF985CA53\/Brainwallet.app\/Brainwallet","sizeBytes":546554},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":542603},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":512935},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":457774},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":407800}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000000d.tracev3"} -{"unixTime":1746721544,"totalBytes":9359849,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1688230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1607480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1003371},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":814397},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":669573},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":635950},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":385974},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":265464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":142631},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":135261},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/9503FC7E-A557-451B-AE00-980BF985CA53\/Brainwallet.app\/Brainwallet","sizeBytes":128886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":122610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":115582},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":111389},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/752A14C5-ED28-448E-911F-84214631D880\/Brainwallet.app\/Brainwallet","sizeBytes":100252},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":94990},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":91542},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":91470},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":80557},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":77360}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000000a.tracev3"} -{"unixTime":1746726978,"totalBytes":38575479,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9268654},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":7921665},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5922336},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/752A14C5-ED28-448E-911F-84214631D880\/Brainwallet.app\/Brainwallet","sizeBytes":3629984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2607069},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1435432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1346504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1113578},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":627737},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":507080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":341915},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":317832},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":273084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":260868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":259440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":252688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":223110},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":218275},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":165936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":146836}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000000e.tracev3"} -{"unixTime":1746731537,"totalBytes":9150668,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":2726085},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1627938},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1114903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":809762},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":784250},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":377690},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/FC1B1FA4-8524-4F67-98A2-15EC286EF250\/Brainwallet.app\/Brainwallet","sizeBytes":204849},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":179059},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":170082},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/E16E0839-92A6-4E8B-836B-DBF48D1AE320\/Brainwallet.app\/Brainwallet","sizeBytes":107182},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":103376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":98181},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":86282},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":55885},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":51360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":47545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":44692},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":44182},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":42958},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":41914}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000000b.tracev3"} -{"unixTime":1746732581,"totalBytes":37946598,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":8813415},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":7628785},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4677720},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/E16E0839-92A6-4E8B-836B-DBF48D1AE320\/Brainwallet.app\/Brainwallet","sizeBytes":4636674},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1904215},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1289340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1098422},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/FC1B1FA4-8524-4F67-98A2-15EC286EF250\/Brainwallet.app\/Brainwallet","sizeBytes":971556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":764288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":449795},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":430815},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":336826},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/installd","sizeBytes":336411},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":333664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":325932},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":271682},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":259626},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":220632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":209808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":207008}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000000f.tracev3"} -{"unixTime":1746738968,"totalBytes":37939142,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8653071},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5370440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":4207473},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":2782306},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2515092},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/E16E0839-92A6-4E8B-836B-DBF48D1AE320\/Brainwallet.app\/Brainwallet","sizeBytes":1788424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1284175},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1269829},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":1129448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1098663},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":937500},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":516169},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/02A39CFD-7D84-443E-9329-8AFF89ABA37B\/Brainwallet.app\/Brainwallet","sizeBytes":417987},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/FF41C6A5-C38D-405A-9736-9CC065C27AF5\/Brainwallet.app\/Brainwallet","sizeBytes":385806},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":305240},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/AEAB7449-93F5-4A5B-B288-BCBAEAE2A3BD\/Brainwallet.app\/Brainwallet","sizeBytes":301295},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AXAssetLoader.framework\/Support\/axassetsd","sizeBytes":244944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":238384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/installd","sizeBytes":217651},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":211284}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000010.tracev3"} -{"unixTime":1746739423,"totalBytes":9015399,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":2111185},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1060049},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":874225},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":783864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":568939},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":371232},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/AEAB7449-93F5-4A5B-B288-BCBAEAE2A3BD\/Brainwallet.app\/Brainwallet","sizeBytes":333635},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":289017},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":251278},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":213086},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/02A39CFD-7D84-443E-9329-8AFF89ABA37B\/Brainwallet.app\/Brainwallet","sizeBytes":189624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":145815},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/lsd","sizeBytes":143888},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/142BC1B2-91B1-4A01-AE49-851F7889F884\/Brainwallet.app\/Brainwallet","sizeBytes":85936},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/E0D53828-D3F7-4BFC-AA64-E210F7AF4B27\/Brainwallet.app\/Brainwallet","sizeBytes":85398},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":84073},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/FF41C6A5-C38D-405A-9736-9CC065C27AF5\/Brainwallet.app\/Brainwallet","sizeBytes":83120},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/C1090998-AC69-4558-A2DE-3ED7DC9A182E\/Brainwallet.app\/Brainwallet","sizeBytes":83118},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/A1C28C2C-B5E3-4713-9701-68441E86DC35\/Brainwallet.app\/Brainwallet","sizeBytes":83105},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/F8381720-2EBD-4C65-ABFF-411377C94D72\/Brainwallet.app\/Brainwallet","sizeBytes":83105}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000000c.tracev3"} -{"unixTime":1746791855,"totalBytes":9497712,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2191186},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1206145},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":654999},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":651015},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":582757},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":541843},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":367392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":296453},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":294207},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/255AB7CA-3DEF-4FDC-9605-B9A2523223EB\/Brainwallet.app\/Brainwallet","sizeBytes":246843},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":221408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":203258},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":165994},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":115255},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":107961},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":96552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":94186},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000000e.tracev3"} -{"unixTime":1746792048,"totalBytes":40321316,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8909605},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4636767},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":1941204},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1269725},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1186614},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1149978},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1142767},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1044173},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1002813},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":993172},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":932936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":920935},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":765791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":690234},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":689548},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":687445},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":676442},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":631042},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":618591},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":577175}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000012.tracev3"} -{"unixTime":1746798735,"totalBytes":38541459,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":7514595},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4475797},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4346873},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3813658},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2928719},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1346488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1160827},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1137988},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1009658},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":660125},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":570738},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":561454},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":559631},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":537912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":392602},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":360628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":350780},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":337448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":320819},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":244229}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000014.tracev3"} -{"unixTime":1746804051,"totalBytes":9183218,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1669538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1420879},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1420671},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":886223},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":795849},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":356297},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":343748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":218292},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":215369},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":158628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":142190},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":123543},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":111680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":105872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102072},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/DE937154-6377-48E5-AD31-7F0F2C2CA1AA\/Brainwallet.app\/Brainwallet","sizeBytes":94954},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":87224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":77145},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":64462},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":49078}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000010.tracev3"} -{"unixTime":1746808649,"totalBytes":37206711,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12940433},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8730552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7031819},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1968024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":996753},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":965888},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":566275},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":377264},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":370360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":312256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":303859},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":292432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":254872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":234144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":229645},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":176392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":145952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":143809},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":122056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/NewsDaemon.framework\/newsd","sizeBytes":71856}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000015.tracev3"} -{"unixTime":1746825075,"totalBytes":37497734,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4341479},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":3856259},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3508689},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":2618218},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2486671},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1631765},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1600910},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/8E52A2AC-D1DE-45B7-BC27-08A4BCC428FA\/Brainwallet.app\/Brainwallet","sizeBytes":1540705},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1481546},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1324479},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":782880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":705511},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":615541},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":580479},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":537534},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":518588},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/7067EF9B-A218-4859-9EDC-AE29799252E8\/Brainwallet.app\/Brainwallet","sizeBytes":509775},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2497CAE8-0098-4BDB-9AEB-B9F7859C1619\/Brainwallet.app\/Brainwallet","sizeBytes":455463},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":449994},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":351396}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000017.tracev3"} -{"unixTime":1746826178,"totalBytes":9830477,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1714339},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1447552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1163973},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":834663},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":653348},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/8E52A2AC-D1DE-45B7-BC27-08A4BCC428FA\/Brainwallet.app\/Brainwallet","sizeBytes":630061},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":503522},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":425483},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":223429},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":191309},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":151038},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":113505},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":108620},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":108552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":105316},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/7067EF9B-A218-4859-9EDC-AE29799252E8\/Brainwallet.app\/Brainwallet","sizeBytes":95557},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":94506},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":91518},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/2497CAE8-0098-4BDB-9AEB-B9F7859C1619\/Brainwallet.app\/Brainwallet","sizeBytes":86197},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":83305}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000012.tracev3"} -{"unixTime":1746827095,"totalBytes":40065838,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":18075617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":3673956},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3192006},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1692096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1375568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":1095340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1086168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1046692},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":972762},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/8E52A2AC-D1DE-45B7-BC27-08A4BCC428FA\/Brainwallet.app\/Brainwallet","sizeBytes":740884},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/A52100F0-4A31-4A10-BA08-D225B339E281\/Brainwallet.app\/Brainwallet","sizeBytes":649684},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":458313},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/36E32AFC-4372-4598-A183-519F23C380A3\/Brainwallet.app\/Brainwallet","sizeBytes":407836},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":332814},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/EA38B238-0B06-4682-A9B7-5CE4539D0345\/Brainwallet.app\/Brainwallet","sizeBytes":322950},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/3CAF04D5-096F-40CA-884F-6F8C22EE391E\/Brainwallet.app\/Brainwallet","sizeBytes":293934},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/BB121C8A-D7DB-4E68-BCD6-FAE1C4ED6BC0\/Brainwallet.app\/Brainwallet","sizeBytes":288536},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/232BE1D8-05AA-4FAB-ADF0-249789553445\/Brainwallet.app\/Brainwallet","sizeBytes":279355},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/903BDF25-42F8-412B-9EB3-F16BD892AC7E\/Brainwallet.app\/Brainwallet","sizeBytes":270805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AXAssetLoader.framework\/Support\/axassetsd","sizeBytes":244828}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000018.tracev3"} -{"unixTime":1746830969,"totalBytes":36916788,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":8173492},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":7913448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5169401},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":3988725},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3235144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2716000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1228923},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":742422},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/41C66286-EFA8-4F7B-B795-CFD210BABBF4\/Brainwallet.app\/Brainwallet","sizeBytes":484203},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":344321},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":283538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":259360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":238573},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":191688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":171200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":144760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":122866},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":120800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":92856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":91992}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000019.tracev3"} -{"unixTime":1746832558,"totalBytes":11360599,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":4531343},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":876480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":725115},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":653821},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":362880},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":320882},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":307200},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/903BDF25-42F8-412B-9EB3-F16BD892AC7E\/Brainwallet.app\/Brainwallet","sizeBytes":254724},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/EA38B238-0B06-4682-A9B7-5CE4539D0345\/Brainwallet.app\/Brainwallet","sizeBytes":254013},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/41C66286-EFA8-4F7B-B795-CFD210BABBF4\/Brainwallet.app\/Brainwallet","sizeBytes":248969},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/3CAF04D5-096F-40CA-884F-6F8C22EE391E\/Brainwallet.app\/Brainwallet","sizeBytes":247644},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/A52100F0-4A31-4A10-BA08-D225B339E281\/Brainwallet.app\/Brainwallet","sizeBytes":246307},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/232BE1D8-05AA-4FAB-ADF0-249789553445\/Brainwallet.app\/Brainwallet","sizeBytes":243122},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/36E32AFC-4372-4598-A183-519F23C380A3\/Brainwallet.app\/Brainwallet","sizeBytes":237982},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/BB121C8A-D7DB-4E68-BCD6-FAE1C4ED6BC0\/Brainwallet.app\/Brainwallet","sizeBytes":237305},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":230448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":210599},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":168279},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":127615},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/lsd","sizeBytes":79212}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000013.tracev3"} -{"unixTime":1746835488,"totalBytes":35604883,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":9142545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5880819},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4813258},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3767056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3375089},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3358576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1262129},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":868624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621553},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":266903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":212072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":168824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":159032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":149088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":140688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":138618},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":129158},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":104944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":89350},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":87856}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000001a.tracev3"} -{"unixTime":1746839523,"totalBytes":37560375,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":8183734},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5333249},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4281852},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3471540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3042296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2752637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2034624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1134425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1131555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":880432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":847771},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":496850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":296839},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":295784},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":277492},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":226224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":199736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":165157},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":160259},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":153942}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000001b.tracev3"} -{"unixTime":1746842653,"totalBytes":11953797,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":6439752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1304865},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":976259},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":918612},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":357425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":336058},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":232214},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":205589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":157880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":119644},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":105895},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":104312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":100528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":51328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":44583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":40382},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":38444},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":36460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":35541}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000014.tracev3"} -{"unixTime":1746844084,"totalBytes":35520504,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":9227204},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5958484},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4819349},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3803192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3374384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3170797},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1246906},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":860176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":488681},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":248899},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":229020},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":211808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":211064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":170704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":141008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":140384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":139842},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":104952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":96884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":84584}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000001c.tracev3"} -{"unixTime":1746848659,"totalBytes":35915664,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":9297610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5939067},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4962004},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3815296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3394424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3382441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1281113},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":864384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":463528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":264690},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":212152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":211504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":170704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":153008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":144472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":139536},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":129464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":113136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":112936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":88472}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000001d.tracev3"} -{"unixTime":1746852968,"totalBytes":37818858,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":8702379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5587628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4596716},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4593387},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3589632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3219640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2958553},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1163116},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":807408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":388372},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":238399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":217848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":212894},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":203840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":161304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":140363},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":131274},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":129008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":97024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":88966}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000001e.tracev3"} -{"unixTime":1746855939,"totalBytes":11870966,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":8449824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1169481},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":738443},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":457261},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":429212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":137384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":133455},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":56255},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":48814},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":48576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":27592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":24593},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":24276},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":19600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":19584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":16064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":15216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Accounts.framework\/accountsd","sizeBytes":12048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":11343},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/VoiceShortcuts.framework\/Support\/siriactionsd","sizeBytes":6223}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000015.tracev3"} -{"unixTime":1746857582,"totalBytes":35550395,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":9352781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5998073},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4888962},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3851704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3442160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3368726},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1292798},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":876504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":283370},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":278616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":211968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":172208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":153008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":152064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":141066},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":128944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":112984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":92360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":73720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SafariSafeBrowsing.framework\/com.apple.Safari.SafeBrowsing.Service","sizeBytes":68160}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000001f.tracev3"} -{"unixTime":1746862287,"totalBytes":35560898,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":9509485},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":6097891},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":5014556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3920032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3495008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3112113},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1277563},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":880160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":306808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":262219},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":216232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":175968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":143208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":141688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":137271},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":104952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":93136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":84456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":64880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":60284}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000020.tracev3"} -{"unixTime":1746866596,"totalBytes":35967905,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":8774683},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5668295},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":4516727},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/739008EF-2436-4A14-8944-74F007E4645A\/Brainwallet.app\/Brainwallet","sizeBytes":4502582},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3601944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2971409},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1291702},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":832572},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/90D949A8-0B14-4B38-9A1E-F57B29311824\/Brainwallet.app\/Brainwallet","sizeBytes":471155},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":344992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":295369},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":293435},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":207776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":160928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":151850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":137979},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":137616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":133597},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":104600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":100876}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000021.tracev3"} -{"unixTime":1746866696,"totalBytes":10898098,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":6936943},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1025275},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":527004},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":413080},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/90D949A8-0B14-4B38-9A1E-F57B29311824\/Brainwallet.app\/Brainwallet","sizeBytes":359842},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":356312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":241538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":137631},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":125606},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":111176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":86576},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":62593},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":44686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":44669},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":43259},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":36404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/lsd","sizeBytes":27928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":24276},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/DEBA300D-E922-46EA-9C55-39395546B507\/Brainwallet.app\/Brainwallet","sizeBytes":24168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":16144}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000016.tracev3"} -{"unixTime":1746870430,"totalBytes":39154279,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4349987},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":3894208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/ExtensionKit\/Extensions\/NetworkingExtension.appex\/com.apple.WebKit.Networking","sizeBytes":3591746},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3399070},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3395537},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1599357},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1512521},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1281224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1253092},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/DB3DA9F7-4624-4D50-AEBC-2A681F969F4F\/Brainwallet.app\/Brainwallet","sizeBytes":930596},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/4A3D2A94-B828-4CAD-A5CD-58FF3E540C21\/Brainwallet.app\/Brainwallet","sizeBytes":868937},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":744996},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":714498},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":645196},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":616011},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":578255},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":558805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":538043},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":508313},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/23D7D851-BD80-4513-92BE-68199D53CD24\/Brainwallet.app\/Brainwallet","sizeBytes":373071}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000023.tracev3"} -{"unixTime":1746870888,"totalBytes":9546964,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1739534},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1590802},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1351975},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":764555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":636099},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":425913},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/DB3DA9F7-4624-4D50-AEBC-2A681F969F4F\/Brainwallet.app\/Brainwallet","sizeBytes":275090},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/InstallCoordination.framework\/Support\/installcoordinationd","sizeBytes":223565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":217544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":161634},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":145996},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":140665},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":133486},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/4A3D2A94-B828-4CAD-A5CD-58FF3E540C21\/Brainwallet.app\/Brainwallet","sizeBytes":123314},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":111680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ContinuousDialogManagerService.framework\/assistant_cdmd","sizeBytes":110104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":89493},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/4DDD4BE2-688B-4915-982A-804AFE1B8D80\/Brainwallet.app\/Brainwallet","sizeBytes":88229},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":85026}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000018.tracev3"} -{"unixTime":1746876624,"totalBytes":36685831,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8172583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":7309489},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5195184},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4178379},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/E7D5EB98-4A8C-4968-939B-3ECA794CADF4\/Brainwallet.app\/Brainwallet","sizeBytes":3121480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1211390},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1163834},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/13EC44C5-1861-40EF-9861-24D363827FEB\/Brainwallet.app\/Brainwallet","sizeBytes":472835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":447920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":447011},{"process":"\/Users\/kerrywashington\/Library\/Developer\/CoreSimulator\/Devices\/0ADECF96-C37E-4501-8354-21AF48DF9F89\/data\/Containers\/Bundle\/Application\/4A3D2A94-B828-4CAD-A5CD-58FF3E540C21\/Brainwallet.app\/Brainwallet","sizeBytes":416836},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":413732},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/pkd","sizeBytes":308035},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":284944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":272595},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":238412},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":231240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":197529},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":190608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":143048}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000024.tracev3"} -{"unixTime":1746955760,"totalBytes":40197761,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8875358},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4782215},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3558287},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1753789},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1513758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1142789},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1129561},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1031945},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1003840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":925363},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":906305},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":903441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":866597},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":836705},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":668912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621915},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":616848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":578137},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":571321},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":486358}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000026.tracev3"} -{"unixTime":1746958331,"totalBytes":9762898,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2304898},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":963106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":848735},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":665050},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":661030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":636865},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":479703},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":358451},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323359},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":289446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":211431},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":149782},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":115017},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":108760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":101030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":98109},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":92868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83661}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000001a.tracev3"} -{"unixTime":1747298401,"totalBytes":9360360,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2690771},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":869235},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":635033},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":556131},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":520233},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":484034},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":466013},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":341638},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":295959},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":266183},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":263936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":137756},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113521},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104380},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":98520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":95973},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":87570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83658}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000001c.tracev3"} -{"unixTime":1747299387,"totalBytes":40492653,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8896263},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5778365},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2670698},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1354916},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1273748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1234679},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1177875},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1169628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1069041},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":994524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":925481},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":918256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":875656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":813721},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":713349},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":669064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":627721},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":575902},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":498335}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000028.tracev3"} -{"unixTime":1747380899,"totalBytes":41710572,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8882109},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5082905},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":4128751},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":2245589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2125377},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1365171},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1153074},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1006576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":988070},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":937255},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":929187},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":844235},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":805953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":734145},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":681257},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":601265},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":599863},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":573660},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":492264}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000002a.tracev3"} -{"unixTime":1747383781,"totalBytes":9798899,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2367079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":996341},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":887788},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":696555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":695801},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":477945},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":361306},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":342990},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":322315},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":318944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":186248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":175617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":151824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113397},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104356},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":100528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":98497},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91148},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":82882}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000001e.tracev3"} -{"unixTime":1747390364,"totalBytes":36372705,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12307681},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7964992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6805705},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1812808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":947864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":925314},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":520816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":504357},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":410840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369712},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":353816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":294576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":289198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":267925},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":238056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":229886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":223068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":155531},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":152336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":120119}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000002b.tracev3"} -{"unixTime":1747400146,"totalBytes":36565848,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12788058},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8214736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7185766},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1855712},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":997697},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":973676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":487555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":378112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":365848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":310272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":299115},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":258048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":244098},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":225708},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":165675},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":156968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":136217},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":134976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Pasteboard.framework\/Support\/pasted","sizeBytes":121145},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113960}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000002c.tracev3"} -{"unixTime":1747404924,"totalBytes":8458062,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1951856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1875910},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1074756},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":979282},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":727623},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":684244},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":234619},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":218608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":111327},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":94953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":80693},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":76884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":56253},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":40460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":28112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":22824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Accounts.framework\/accountsd","sizeBytes":15840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":15741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":15127},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":12183}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000001f.tracev3"} -{"unixTime":1747407717,"totalBytes":38805767,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10390609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6362160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5653969},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4336149},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1495136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1388496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":954023},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":930523},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":922610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":678088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":460542},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":442861},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":353688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":301791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":283128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":275897},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":244361},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":243800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":231320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":230101}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000002d.tracev3"} -{"unixTime":1747408829,"totalBytes":8360679,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2505806},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1378268},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1233124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1102202},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":447696},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":278804},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":202300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":197786},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":194968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":138900},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":86368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":63652},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":58266},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44219},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":43709},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":40352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":36858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":28748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":28360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":21890}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000020.tracev3"} -{"unixTime":1747411273,"totalBytes":8615509,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3177365},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1527939},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1191661},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":946139},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":325339},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":289400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":234230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":192791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":121612},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":98588},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":81668},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":68315},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":54430},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":32979},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":29680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":27343},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":25653},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":25376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsecd","sizeBytes":20412}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000021.tracev3"} -{"unixTime":1747412108,"totalBytes":40773163,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":8394760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":7582120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3682336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":3361464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3273450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":2738687},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1091535},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1020320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":943050},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":729338},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":572501},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":508231},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":467290},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":423272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":401795},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":362328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":356941},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CalendarDaemon.framework\/Support\/calaccessd","sizeBytes":329826},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":322237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":308564}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000002e.tracev3"} -{"unixTime":1747414207,"totalBytes":8630470,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":2010537},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1574115},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1551840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1480497},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":345296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":328170},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":247359},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":245158},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":197696},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":98589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":95464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":69491},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":47357},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44559},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":32979},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":30938},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":30264},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":25904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":19688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsecd","sizeBytes":19440}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000022.tracev3"} -{"unixTime":1747419068,"totalBytes":38487746,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10050743},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5850048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4919942},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4237448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1823242},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1431479},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1370828},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":983924},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":949880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":533909},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":390792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":378104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":371664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":293291},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":287241},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":260274},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":260192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":236538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":231088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":217656}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000002f.tracev3"} -{"unixTime":1747427868,"totalBytes":37943837,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11640022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7409152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6454037},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1771112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1743480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":982468},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":942074},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":629222},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":543535},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":485753},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":328624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":287840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":274635},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":261651},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":259253},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":257668},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":245920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":230344}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000030.tracev3"} -{"unixTime":1747427885,"totalBytes":8669664,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1577212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1347816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1225813},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":818034},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":725110},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":514101},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":449446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":292458},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":254216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":192807},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":141440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":126321},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":112340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":92868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":90936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":71203},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":56745},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MobileTimer.framework\/Executables\/mobiletimerd","sizeBytes":49080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":48632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":43992}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000023.tracev3"} -{"unixTime":1747435624,"totalBytes":38204429,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10497884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6526720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5543291},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2428952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1625279},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1168059},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":999754},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":900969},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":854828},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":644689},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":502666},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":479321},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":419328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":353656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":289896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":282579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":259670},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":246601},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":243216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":239965}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000031.tracev3"} -{"unixTime":1747474449,"totalBytes":40393109,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8905914},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5623309},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3461353},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3250149},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2929942},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1122408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1020253},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1003929},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":963886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":850719},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622086},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":618636},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":572840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":553383},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":522482},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":521641},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":518721},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":503744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":455182},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":318138}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000033.tracev3"} -{"unixTime":1747477330,"totalBytes":9423189,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1970848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1271591},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1115606},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":987375},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":740384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":663939},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323412},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":230778},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":222769},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":208559},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":138589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":111680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":110688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":109457},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":81166},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":80028},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":75699},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":66248}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000025.tracev3"} -{"unixTime":1747483131,"totalBytes":37657934,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11587382},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7312408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6888054},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1691376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1523544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":959967},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":915735},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":787968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":665228},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":507792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":497753},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":365984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":324488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":283008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":271108},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":236843},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":230352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":222021},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":214926},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":179368}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000034.tracev3"} -{"unixTime":1747490771,"totalBytes":7906292,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1435080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1343370},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1266456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1194246},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":469506},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":429182},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":369153},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":296436},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":182830},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":153101},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":138944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":71784},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":53089},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":52552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":51876},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":48576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":37701},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":37213},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MobileTimer.framework\/Executables\/mobiletimerd","sizeBytes":33128}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000026.tracev3"} -{"unixTime":1747490994,"totalBytes":39005902,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10571411},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6607344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5724311},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3822352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1572800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1515141},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1276310},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":899953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":890892},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":835640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":419109},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":368034},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":357944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":293656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":250695},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":241896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":224318},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":213858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":198152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":174550}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000035.tracev3"} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1747495658} -{"unixTime":1747932300,"totalBytes":9429571,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2713934},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":946541},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":682057},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":633248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":561019},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":540147},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":480177},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":304173},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":292630},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":212748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":117604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":111913},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":100084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":89250},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":86306},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83505}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000028.tracev3"} -{"unixTime":1747932577,"totalBytes":40071223,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8882393},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5156383},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2851361},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1463949},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1336953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1293133},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1196390},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1175963},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1166376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1052188},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":911542},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":879008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":849333},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":839034},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":664912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":631579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621826},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":597860},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":571980},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":497346}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000037.tracev3"} -{"unixTime":1748238578,"totalBytes":9244437,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2171606},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1219903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1101740},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":670161},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":547584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":528669},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":450102},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":338398},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":324509},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":317210},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":121000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112921},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":108143},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":99160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":82206},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":79920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":78850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":72724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":65430},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":54726}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000002b.tracev3"} -{"unixTime":1748239553,"totalBytes":39793327,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8996152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5257719},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2558548},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1380493},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1218825},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1214669},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1178671},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1099195},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1073668},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1063861},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":929543},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":891686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":859248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":833903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":669552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":664986},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":633836},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":612192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":574043},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":459853}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000003a.tracev3"} -{"unixTime":1748246180,"totalBytes":8461290,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2184552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1521742},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1189038},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":820288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":684498},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":269201},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":243836},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":233040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":121300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":104312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":100872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":100297},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":78312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":73132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":56824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":54324},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":51568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":50776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":46962},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":43075}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000002c.tracev3"} -{"unixTime":1748247170,"totalBytes":37858932,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10512174},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6537520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5602446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2881496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1532136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1217946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1003116},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1000655},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":915748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":454283},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":409824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":385092},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":361880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":308744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":302000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":247320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":247280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":185836},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CalendarDaemon.framework\/Support\/calaccessd","sizeBytes":181470},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":177283}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000003b.tracev3"} -{"unixTime":1748254977,"totalBytes":38219841,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10516045},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6723720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5689695},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3559360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1561576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1526281},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1143237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":932650},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":918079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":381968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":357976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":309200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":308953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":300602},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":250478},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":248415},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":243256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":237216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":182616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":151792}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000003c.tracev3"} -{"unixTime":1748255038,"totalBytes":8078082,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3045548},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1298589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":908528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":791850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":376175},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":296702},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":234318},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":232565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":186076},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":127249},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":91312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":43154},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":36228},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":35590},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":34650},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":32276},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28031},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":26318},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":24610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":22370}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000002d.tracev3"} -{"unixTime":1748263267,"totalBytes":38186235,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11080650},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7173168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6195724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2849768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1627144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1220399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":986642},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":955638},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":916306},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":407504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":361824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":357950},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":328800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":266569},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":263504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":263012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":253673},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":198240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":167308},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":152226}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000003d.tracev3"} -{"unixTime":1748264760,"totalBytes":8403071,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3324545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1128069},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1008152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":883073},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":354611},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":335273},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":329258},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":234398},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":195156},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":100256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":90523},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":44266},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":39810},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":39155},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":38500},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":37741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":36352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28430},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":18920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":16635}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000002e.tracev3"} -{"unixTime":1748270308,"totalBytes":40245488,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9488088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6156544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5293790},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4343756},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2844056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1399392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1219440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":916150},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":851604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":788424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":693404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":578229},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":537609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/configd_sim","sizeBytes":455312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":355600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":325256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":312628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":281655},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":278800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":226992}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000003e.tracev3"} -{"unixTime":1748276899,"totalBytes":8368882,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1848734},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1379218},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1270112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1110767},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":434477},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":429969},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":390240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":354904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":280060},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":125112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":93043},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":72132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":51905},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":50220},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":49044},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":46200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":44504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":40260},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":38259},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36583}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000002f.tracev3"} -{"unixTime":1748278215,"totalBytes":38244753,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10600830},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6825344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5989398},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2808384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1540496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1219792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":965201},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":951595},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":916156},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":599857},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":543884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":393460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/configd_sim","sizeBytes":353424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":341440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":317103},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":314064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":313600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":266768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":250848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":250312}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000003f.tracev3"} -{"unixTime":1748285654,"totalBytes":37609859,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9904711},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6513112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5659236},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2189416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1545446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1193146},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":887682},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":860952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":839079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":637945},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":632770},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":376406},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":371540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":347741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":329472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":325728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":294800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":278960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":236741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":236393}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000040.tracev3"} -{"unixTime":1748291565,"totalBytes":8425253,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1500112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1416947},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1312959},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1031053},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":535353},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":487776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":376571},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":251580},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":151008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":126757},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":122905},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":103417},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":102910},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":93524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":63420},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":61600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":59795},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":52368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":50360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":42436}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000030.tracev3"} -{"unixTime":1748294855,"totalBytes":36514299,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12003616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7792296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7161296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1766104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1004740},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":993272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":696408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":459000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":370368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":364800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":343476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":336458},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":295592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":282758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":233507},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":227265},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":226808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":214768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":171968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":119972}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000041.tracev3"} -{"unixTime":1748297878,"totalBytes":8435509,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3066283},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1211005},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1001006},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":773835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":674152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":233646},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":215724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":188838},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":170484},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":168728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":118032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":84106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":65104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":46020},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":41587},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":37348},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36297},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":29022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":26807},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":26264}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000031.tracev3"} -{"unixTime":1748306599,"totalBytes":38811259,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8545746},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5140672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4625339},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4369570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3014080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1292464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1255378},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":947495},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":917277},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":890661},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":776379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":524473},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":478541},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":418520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":381512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":366415},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":333448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":279552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":240800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":220033}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000042.tracev3"} -{"unixTime":1748322915,"totalBytes":37099438,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10493570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6545600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6114689},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2138504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1601295},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":1028057},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":982916},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":964600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":697569},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":536460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":374777},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":366105},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":354240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":352335},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":348904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":307600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":285517},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":258736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":246805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":199075}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000043.tracev3"} -{"unixTime":1748323252,"totalBytes":7884521,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1592728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1559599},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1214968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":791765},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":641541},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":408676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":377898},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":232952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":114920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":110358},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":108753},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":96740},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":57964},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":48932},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":40584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":40567},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":30371},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":29099},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":28955},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":26748}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000032.tracev3"} -{"unixTime":1748328813,"totalBytes":8260517,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2918073},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1197005},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1031712},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":807586},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":750120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":184096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":182916},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":137754},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":117311},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":107673},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":102076},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":86952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":57304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":50212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":40316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":40219},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":36781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":35861},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":29553},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":29022}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000033.tracev3"} -{"unixTime":1748328813,"totalBytes":39767698,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8623378},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4975000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4643653},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4410844},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3202248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1240384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1021338},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1021111},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":935820},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":864447},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":638313},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":626220},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":552986},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":456150},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":449638},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":412179},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":334032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":266356},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":233600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Search.framework\/searchd","sizeBytes":215213}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000044.tracev3"} -{"unixTime":1748334401,"totalBytes":8410086,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2449311},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1546450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1160887},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1147370},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":609800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":229494},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":201428},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":190522},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":187520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":139280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":118300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":57616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":40620},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":39155},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":38541},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":38459},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":22686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":19757},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":19154},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":18785}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000034.tracev3"} -{"unixTime":1748336093,"totalBytes":37329989,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10146771},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6140600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5621816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2957472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1470824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1221260},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":978311},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":963335},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":915354},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":568872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":536130},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":414227},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":370288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":338600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":290160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":288400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":286091},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":239581},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":238944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":211619}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000045.tracev3"} -{"unixTime":1748343774,"totalBytes":37754318,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10477919},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6492095},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6027951},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3148112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1535544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1256562},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1014858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":916105},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":897300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":495679},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":375608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":358008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":320718},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":304800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":255928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":246636},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":235843},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":225961},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":205309},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":195187}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000046.tracev3"} -{"unixTime":1748344289,"totalBytes":8624763,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1589033},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1544616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1540262},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1054960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":978339},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":330256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":234406},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":193266},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":158404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":157493},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":136815},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":101816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":74580},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":64848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":50002},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":40463},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":40068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":30252},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":26616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":25874}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000035.tracev3"} -{"unixTime":1748350123,"totalBytes":37924217,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9225514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5355320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4663256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4448304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1831386},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1374252},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1337776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":998394},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":945979},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":486673},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":479247},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":433992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":370824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":362136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":333504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Search.framework\/searchd","sizeBytes":276000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":275664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":275301},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":251200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":226301}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000047.tracev3"} -{"unixTime":1748350510,"totalBytes":8508058,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":2052858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1600854},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1536656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":748952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":397596},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":325850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":288090},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":251397},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":212096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":201071},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":194520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":64168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":56547},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":50272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":46035},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":45223},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":44908},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":29943},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":28664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":27599}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000036.tracev3"} -{"unixTime":1748356593,"totalBytes":39746337,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9176830},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5468864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4692589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4374185},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3597176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1525926},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1321224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1145202},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":917416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":899438},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":546984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":475111},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":372816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":368280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":336897},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":277428},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":264625},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":256400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":214659}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000048.tracev3"} -{"unixTime":1748360928,"totalBytes":8334728,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1865557},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1424848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1059584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1050960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":872001},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":349504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":330489},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":274190},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":196570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":133037},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":107328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":64273},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":57188},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":51692},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":46438},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44073},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":43810},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":41859},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":40868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":36339}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000037.tracev3"} -{"unixTime":1748365708,"totalBytes":37434217,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11890098},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7711432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6842250},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1779104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1392016},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":977436},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":927942},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":630775},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":532292},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":530888},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":461080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":365624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":361200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":296376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":289166},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":280755},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":222912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":205118},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":164147},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":131775}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000049.tracev3"} -{"unixTime":1748372763,"totalBytes":38019111,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9584382},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5962688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5286088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2814896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1523230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1198649},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1085223},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":865913},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":777686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":652346},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":637869},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":636987},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":526025},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":392524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":341068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":333576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":299327},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":279600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":242309},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":241848}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000004a.tracev3"} -{"unixTime":1748373442,"totalBytes":8739651,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1395054},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1264752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1161863},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1135643},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":932955},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":454908},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":410554},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":269106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":249948},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":181749},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":128960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":105758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":103725},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":93524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":83997},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":68676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":55886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":50360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":50050},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":48316}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000038.tracev3"} -{"unixTime":1748381156,"totalBytes":37832180,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11148889},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7104240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6276451},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2240344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1678024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1202323},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":950374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":892030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":690981},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":475948},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":332800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":292184},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":278248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":271064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":269232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":264231},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":224521},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":198512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":187184}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000004b.tracev3"} -{"unixTime":1748384094,"totalBytes":8108260,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1387997},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1331644},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1262817},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1100520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":886075},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":360314},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":322234},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":259217},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":234078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":117228},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":109720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":103077},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":58212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":51399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":49201},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":48432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":48188},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44618},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":38827},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":36140}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000039.tracev3"} -{"unixTime":1748416629,"totalBytes":38779393,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":6544533},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4598476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3845721},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3633911},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3462920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1256962},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1112272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1086939},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":831946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622003},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":615837},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":607104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":585788},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":581471},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":560064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":554779},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":547413},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":494624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":421079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":337783}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000004d.tracev3"} -{"unixTime":1748420777,"totalBytes":9146551,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2103776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1270809},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1126742},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":795880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":659096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":451969},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":283424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":250753},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":162583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":151252},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":121935},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":111888},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":107897},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":86528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":80993},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":75611},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":75363}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000003b.tracev3"} -{"unixTime":1748425136,"totalBytes":37874055,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11464550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7139032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6472561},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2308824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1669168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1032198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":952583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":891709},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":768137},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":414704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":366144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":318096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":275032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":269450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":245850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":240818},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":214104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":196639},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":196453},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":182864}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000004e.tracev3"} -{"unixTime":1748760670,"totalBytes":40182820,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8902763},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5213423},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2891550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1379325},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1346517},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1341436},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1275121},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1245132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1167807},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1047325},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":877628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":851737},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":851559},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":830518},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":683880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622521},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":616701},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":578605},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":571273},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":474616}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000051.tracev3"} -{"unixTime":1748761160,"totalBytes":9689808,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2698593},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":939064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":721161},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":685666},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":593549},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":576291},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":479669},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":301495},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":294150},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":211055},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":153326},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104588},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":86563},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":81510}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000003e.tracev3"} -{"unixTime":1748770280,"totalBytes":36599085,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12520661},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8178464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6885284},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1845056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":963538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":950684},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":529144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":491272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":359080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":301896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":301418},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":293917},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":246728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":236674},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":189603},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Pasteboard.framework\/Support\/pasted","sizeBytes":178284},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsec-fbf","sizeBytes":161227},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":155792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":154568}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000052.tracev3"} -{"unixTime":1748779692,"totalBytes":36013225,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12416960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7912576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6782385},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1795960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":999991},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":939695},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":461628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":381880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":351936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":294416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":289489},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":239856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":238304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":233582},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":200576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":162624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/Pasteboard.framework\/Support\/pasted","sizeBytes":157724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":151952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":151645},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":140074}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000053.tracev3"} -{"unixTime":1748780158,"totalBytes":8159360,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1973379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1811464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":926252},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":887009},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":621348},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":544857},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":222343},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":196560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":158477},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":103333},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":92025},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":91924},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":81446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":70012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":37212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":25276},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":25160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":24088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":21839},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MobileTimer.framework\/Executables\/mobiletimerd","sizeBytes":18344}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000003f.tracev3"} -{"unixTime":1748787558,"totalBytes":38314052,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10990878},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6607464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5885955},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2814688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1593312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1236761},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1028653},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1022701},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":911441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":571187},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":401576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":382280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":311120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":300605},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":294408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":288902},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":258898},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":258226},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":253384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":220798}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000054.tracev3"} -{"unixTime":1748791465,"totalBytes":8278694,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1899265},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1443486},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1100752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1091277},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":683095},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":378208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":288331},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":283690},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":148384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":143602},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":117502},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":116896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":52241},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":50132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":43555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":39604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":38814},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":34029},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":31870}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000040.tracev3"} -{"unixTime":1748793597,"totalBytes":39949518,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8897590},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5072328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4427623},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4352461},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3426792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2146216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1288704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1142765},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":911988},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":911042},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":535171},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":500385},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":460780},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":416104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":413623},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":354176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":335800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":315829},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":261548},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":256646}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000055.tracev3"} -{"unixTime":1748793991,"totalBytes":8413679,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2540963},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1895292},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1141123},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":592885},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":410436},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":342896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":309237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":278028},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":206093},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":98577},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":84064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":71035},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":60693},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":48744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":47404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":37008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":31155},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":27397},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":26104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsecd","sizeBytes":23260}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000041.tracev3"} -{"unixTime":1748796734,"totalBytes":8404175,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2792439},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":2002685},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1230804},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":884721},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":312112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":195706},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":192262},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":151608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":119488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":101360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":92268},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":41725},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":34097},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":32457},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":28392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":27068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSuggestions.framework\/suggestd","sizeBytes":19002},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":17160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Accounts.framework\/accountsd","sizeBytes":12088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/appleaccountd","sizeBytes":12025}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000042.tracev3"} -{"unixTime":1748800080,"totalBytes":38427796,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9714160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5446968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4982540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4150120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1823919},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1371187},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1336870},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1151637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1016422},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":637075},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":505923},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":473579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":374336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":325568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":310768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":280975},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":257469},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CalendarDaemon.framework\/Support\/calaccessd","sizeBytes":242676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":242520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":238277}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000056.tracev3"} -{"unixTime":1748807619,"totalBytes":37853509,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10180221},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6349616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5255438},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2091240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1596022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1151218},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":866073},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":859926},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":818085},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621542},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":610386},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":564328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":396400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":376711},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":363302},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":295022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":282000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":248221},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":241129}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000057.tracev3"} -{"unixTime":1748813126,"totalBytes":8831968,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1441704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1432332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1332183},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1075918},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":562644},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":538421},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":481868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":292858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":152672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":121292},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":111489},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":104393},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":102912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":98904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":75565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":60072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":56911},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":56728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":55603}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000043.tracev3"} -{"unixTime":1748816975,"totalBytes":39086782,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10509869},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6490368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5599520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":3269766},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2052416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1560184},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":928984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":895688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":891971},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":684164},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":526449},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":424320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":413988},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":358104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":288768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":260423},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":253656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":248177},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":247152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":219432}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000058.tracev3"} -{"unixTime":1748825991,"totalBytes":37419283,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11922387},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7574296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6689523},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1754632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":1075040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":992852},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":932134},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":716920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":503028},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":381568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":343568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":336896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":325151},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":291664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":281063},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":252144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":238176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":229854},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":227507}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000059.tracev3"} -{"unixTime":1748829589,"totalBytes":8201722,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1578896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1491508},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1137617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1099050},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":597777},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":546590},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":315946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":205426},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":170144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":159550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":133524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":115320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":91317},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":65080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":60692},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":60372},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":52813},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":40556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":32368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":28764}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000044.tracev3"} -{"unixTime":1748835629,"totalBytes":36972574,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12586966},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8081792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6941700},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1845312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":984342},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":971381},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":710232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":524304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":510176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":378176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":360208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":303864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":295443},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":250672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":235580},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":218106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":163544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":133058},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":132247},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":126072}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000005a.tracev3"} -{"unixTime":1748845506,"totalBytes":36935112,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12828053},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8291280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7145363},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1884680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":976738},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":966412},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":528660},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":407312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":375000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":374136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":369232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":316392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":301870},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":250416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":231960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":230103},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":183112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":159656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":127850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":117984}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000005b.tracev3"} -{"unixTime":1748850946,"totalBytes":8308372,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1991384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1892179},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1300769},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":750455},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":696444},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":564454},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":220792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":189617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":106230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":85068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":76940},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":40460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":39812},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":34925},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":32200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":28112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":24954},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":22824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MobileTimer.framework\/Executables\/mobiletimerd","sizeBytes":16192}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000045.tracev3"} -{"unixTime":1748962414,"totalBytes":9242790,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2541103},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1113490},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":708585},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":654835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":553309},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":521884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":488497},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":467981},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":337046},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":297225},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112313},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":107919},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":100528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":97660},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":88876},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83653},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":78601},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":71539},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":55176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":51841}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000047.tracev3"} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748962429} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748965981} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748970457} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748972116} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748972366} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748972699} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748974367} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748974517} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748974668} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748975262} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748975594} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748975831} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1748976689} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1749303909} -{"unixTime":1749303909,"totalBytes":8885292,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2264509},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":870148},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":670754},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":572340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":563417},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":532873},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":509341},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":343531},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":299683},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":292862},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":212266},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":166265},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":103193},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":84404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":78661},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":76374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":60944}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000056.tracev3"} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1749304138} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1749304671} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1749306991} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1749307360} -{"unixTime":1749453906,"totalBytes":40360707,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8877218},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5384974},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2975547},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1502040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1383461},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1249475},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1206289},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1166811},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1041305},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1018622},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":891932},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":856031},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":834653},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":824512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":692484},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":668416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621986},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":611592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":569084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":502161}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000070.tracev3"} -{"unixTime":1749454163,"totalBytes":9759604,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2678121},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1112042},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":725745},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":682590},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":577738},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":569181},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":479925},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":301349},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":294326},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":212263},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":141230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112825},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104220},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":85847},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83669},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":77080}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000005c.tracev3"} -{"unixTime":1749460604,"totalBytes":8169405,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2465466},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1325981},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1195872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":936328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":659064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":278444},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":261048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":218332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":169192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":94068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":66560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":55212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":52872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":33300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":31158},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28102},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":22686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":22664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":20776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":12853}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000005d.tracev3"} -{"unixTime":1749460745,"totalBytes":38881523,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9929802},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5737024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5334664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4196120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2108587},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1439168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1372991},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1026399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1016325},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":509146},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":499079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":386464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":328406},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":315303},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":312876},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":255680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":233132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":226672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":219376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":207020}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000071.tracev3"} -{"unixTime":1749463227,"totalBytes":8189518,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3272195},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1296865},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1066832},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":955997},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":352736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":199158},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":195253},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":172356},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":99185},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":93616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":84018},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":59206},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":55564},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":28545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":28040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":27144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":18432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsecd","sizeBytes":15704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":15407}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000005e.tracev3"} -{"unixTime":1749466361,"totalBytes":39759487,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8751813},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6219952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4713696},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4140932},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":3057164},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":2056675},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1256736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1000856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":928332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":536454},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":521663},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":506427},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":490586},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":370400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":337530},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":335947},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":310339},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":258164},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CalendarDaemon.framework\/Support\/calaccessd","sizeBytes":254535},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ScreenTimeCore.framework\/ScreenTimeAgent","sizeBytes":253239}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000072.tracev3"} -{"unixTime":1749467683,"totalBytes":8279448,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2550371},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1587333},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1193875},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1044258},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":467552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":269990},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":223977},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":138988},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":137998},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":99190},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":87090},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":61722},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":46072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":38061},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36511},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":36028},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":35416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":30899},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":19180},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MobileTimer.framework\/Executables\/mobiletimerd","sizeBytes":16200}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000005f.tracev3"} -{"unixTime":1749474535,"totalBytes":37816991,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11296996},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6861208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6097184},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2113936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1645688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1055886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1007068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":928161},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":682075},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":525416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":386224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":382624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":347579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":305688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":289176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":267144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":266305},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":265614},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":265318},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":235955}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000073.tracev3"} -{"unixTime":1749480408,"totalBytes":8467507,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2052237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1524186},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1257600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1030009},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":951529},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":428340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":302691},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":140538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":131664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":127018},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":103108},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":57904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":51632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":47316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":38772},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28291},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":24526},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":22686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":22008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":18528}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000060.tracev3"} -{"unixTime":1749482731,"totalBytes":40225205,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10920367},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6881416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5814603},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4358633},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2047128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1614056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":933459},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":877030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":855326},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":688450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":667240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":530489},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":458644},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":353760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":306816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":263080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":258132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":257061},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":229875},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":213737}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000074.tracev3"} -{"unixTime":1749491581,"totalBytes":38343494,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11793690},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7429152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6299713},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2075536},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1735336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":999290},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":964446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":929649},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":748128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":682562},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":494704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":373840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":330504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":283344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":278628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":248335},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":243777},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":234621},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":230080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":160030}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000075.tracev3"} -{"unixTime":1749495747,"totalBytes":8528158,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1471040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1371064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1332880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":921630},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":557639},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":534421},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":506104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":371904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":242214},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":158496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":129769},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":93896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":83646},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":60402},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":57512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":52596},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":51553},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":49084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":38704}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000061.tracev3"} -{"unixTime":1749499052,"totalBytes":38214290,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10384512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6281152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5254124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2076400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1596502},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1146450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":959565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":870963},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":858207},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":648082},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":625084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":592122},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":585264},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":468679},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":406307},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":312426},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":287609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":279368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":241743}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000076.tracev3"} -{"unixTime":1749499996,"totalBytes":8391364,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2411570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1160695},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1078668},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1058718},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":584849},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":486288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":289194},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":191530},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":138290},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":137156},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":111837},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":81248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":78528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":50360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":46084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":43992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":37258},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MusicLibrary.framework\/Support\/medialibraryd","sizeBytes":33724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistant_service","sizeBytes":33015},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":28066}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000062.tracev3"} -{"unixTime":1749506349,"totalBytes":38568861,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11647418},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6119760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5255332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3497104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1519230},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1488000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1142176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":916340},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":873782},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":586368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":446450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":365746},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":349856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":341765},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":272976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":269105},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":253145},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":241192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":240403},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":233328}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000077.tracev3"} -{"unixTime":1749530457,"totalBytes":37885033,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9995337},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5461048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4950304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4607995},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":1821585},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1417760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1107391},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":858073},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":848352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":807859},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":533308},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":498460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":422544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":307379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":288560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":254480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":253172},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":246496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":241392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":213792}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000078.tracev3"} -{"unixTime":1749531395,"totalBytes":8106669,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1529159},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1384600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1376703},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1035022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":567149},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":451648},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":427570},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":157068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":150308},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":142168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":140202},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":104189},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":64060},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":60824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":59996},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":56783},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":41334},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":37701},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36338},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":35740}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000063.tracev3"} -{"unixTime":1749539786,"totalBytes":39440984,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11412873},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6265104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5310662},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4341441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1745488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1471768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":853704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":834444},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":659736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621182},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":543243},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":456978},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":366655},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":359288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":325424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":278832},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":275984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":269286},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":243331},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":233638}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000079.tracev3"} -{"unixTime":1749545284,"totalBytes":8420741,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1669419},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1586812},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1145056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1076991},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":883705},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":399328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":293754},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":281092},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":182369},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":123552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":93676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":63263},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":55964},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":54707},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":53047},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":47085},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":46272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":43716},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":32862},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":32371}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000064.tracev3"} -{"unixTime":1749547218,"totalBytes":39527144,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11807744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6204528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5617008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4134880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1554025},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1483992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1371008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":938967},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":923812},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":441476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":354096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":351424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":339920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":289484},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":280167},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":277864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":259118},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":244984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":242057},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":203435}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000007a.tracev3"} -{"unixTime":1749551806,"totalBytes":8618018,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2370323},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1364534},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1310602},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1196925},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":696808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":338992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":300748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":218460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":177828},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":155024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":67496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":64481},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":43964},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":37701},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":37390},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":37213},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36419},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":23344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":17933},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Accounts.framework\/accountsd","sizeBytes":12128}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000065.tracev3"} -{"unixTime":1749553340,"totalBytes":40457614,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10379357},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6173640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5124696},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4558517},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2734405},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":2056963},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1313224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":909940},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":885735},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":531889},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":455716},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":337824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":336803},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":327963},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":285000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":264674},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":228984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CalendarDaemon.framework\/Support\/calaccessd","sizeBytes":219783},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":217498},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":214211}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000007b.tracev3"} -{"unixTime":1749555617,"totalBytes":8477995,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":2044987},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1873093},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1570752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1029613},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":441752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":410544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":199053},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":137972},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":125896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":101111},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":76300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":65221},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":39416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":38909},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":31420},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":29584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":28893},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MobileTimer.framework\/Executables\/mobiletimerd","sizeBytes":17336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":15208}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000066.tracev3"} -{"unixTime":1749559204,"totalBytes":40457145,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10103749},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6447032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4910423},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4413971},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2726566},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":2060121},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1276496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":905110},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":895363},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":473946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":460719},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":353936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":345302},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":317076},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":310308},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":284880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":263471},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":229443},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":219208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":216414}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000007c.tracev3"} -{"unixTime":1749724649,"totalBytes":9720184,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2724847},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":876113},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":667685},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":605220},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":569241},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":529553},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":528592},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":343499},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":342086},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":312727},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":296760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":262560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":116600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":111889},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":99240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":87925},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":86140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":71803}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000068.tracev3"} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1749724662} -{"unixTime":1749797342,"totalBytes":41466223,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8878573},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5189017},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3981540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":2144556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1874120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1368008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1136019},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1007296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":956844},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":955637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":934381},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":855792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":775330},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":740088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":694522},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622437},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":598655},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":572558},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":523640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":498220}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000007f.tracev3"} -{"unixTime":1749800021,"totalBytes":9982960,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2356479},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":975531},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":836208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":676568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":675616},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":646891},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":476379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":360513},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":343158},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":318944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":314351},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":170801},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":165994},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112917},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104156},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":99573},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":98520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":97054},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":85778}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000006a.tracev3"} -{"unixTime":1749807144,"totalBytes":37281633,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12715018},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8960024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6900334},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1975040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":986670},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":964404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":550816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":490100},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":373400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":366224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":314328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":312451},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":298621},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":254456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":232200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":155608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":146004},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":139543},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":117992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":112144}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000080.tracev3"} -{"unixTime":1749815605,"totalBytes":36800122,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11440551},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7099120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6057638},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1689576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1434840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":951359},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":874154},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":639404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":455380},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":428332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":394304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":335600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":316592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":269781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":267727},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":263240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":259682},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":245483},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":237565},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":214360}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000081.tracev3"} -{"unixTime":1749816625,"totalBytes":7863973,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1549024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1476055},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1073742},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1057176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":593935},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":548586},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":316748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":184353},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":171704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":138226},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":106679},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":87011},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":65064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":60692},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":39045},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":32368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":26574},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":24652},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":24096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":24085}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000006b.tracev3"} -{"unixTime":1749936944,"totalBytes":10333615,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2832311},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":970383},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":857008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":669009},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":598218},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":536800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":518856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":477686},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":344470},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":318720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":315271},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":296514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113411},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104452},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":100830},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":92542},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":81761},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":79441}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000006d.tracev3"} -{"unixTime":1749937656,"totalBytes":41122433,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8898268},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5980881},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3013539},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1491877},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1430880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1373089},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1142519},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1070425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1043398},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":945279},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":899798},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":875291},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":829545},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":821731},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":774200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":750416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":638135},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621774},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":602847},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":571884}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000083.tracev3"} -{"unixTime":1749952145,"totalBytes":37118860,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11443220},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7526096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6157840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1731576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1397376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1043723},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":976405},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":871383},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":484444},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":363537},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":352734},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":321480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":274688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":267389},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":254096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":248624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":225613},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/distnoted","sizeBytes":186992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":186072}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000084.tracev3"} -{"unixTime":1750134698,"totalBytes":9466122,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2796157},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":861313},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":670249},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":552201},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":521461},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":482423},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":433144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":341086},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323650},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":319600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":295788},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":266628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112881},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":112624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104116},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":85778},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83513},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":81456}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000006f.tracev3"} -{"unixTime":1750135713,"totalBytes":41321329,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8894524},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6108226},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2936087},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1435857},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1428997},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1371523},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1166716},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1155916},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1068109},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":998297},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":887797},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":872374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":842786},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":823196},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":722896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":693271},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":647199},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621401},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":599791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":573657}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000086.tracev3"} -{"unixTime":1750151109,"totalBytes":36340453,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12124613},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7848296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6899537},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1846896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1041077},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":960180},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":924906},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":524960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":365728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":347800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":304594},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":290544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":285604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":262880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":219564},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":170609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":156528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsec-fbf","sizeBytes":155331},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaAnalysis.framework\/mediaanalysisd","sizeBytes":135379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":130200}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000087.tracev3"} -{"unixTime":1750229205,"totalBytes":40601291,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8886844},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5363049},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3376854},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1745113},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1644373},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1224514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1145017},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1051376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":967210},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":943817},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":924874},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":897197},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":884441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":883896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":660136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":657238},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621569},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":579746},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":568468},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":514888}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000089.tracev3"} -{"unixTime":1750232311,"totalBytes":9570657,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2524540},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":938567},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":917903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":673790},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":671310},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":490326},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":357301},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":305342},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":212015},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":206285},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":165994},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":161776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104380},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":101563},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":101030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":85778}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000071.tracev3"} -{"unixTime":1750238836,"totalBytes":36795461,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12637215},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8146304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7037299},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1842632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":980378},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":953208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":549248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":444152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":359832},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":308951},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":303192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":294629},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":281128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":226040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":172136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":154781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":139966},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":115416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113960}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000008a.tracev3"} -{"unixTime":1750316313,"totalBytes":9313757,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2151003},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1955743},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1179681},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":556694},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":517727},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":400309},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":297047},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":220211},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":211694},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":143401},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113169},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":84966},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":79625},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":73591},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":64532},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":56881},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":38444}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000074.tracev3"} -{"unixTime":1750318094,"totalBytes":40665826,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8871472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5169082},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3527605},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1833989},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1746953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1145323},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1140267},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1019487},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":927204},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":924240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":918758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":912428},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":777792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":689550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":671548},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":667048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":624360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":572579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":572036},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":514669}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000008d.tracev3"} -{"unixTime":1750324368,"totalBytes":8479263,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2484471},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1346058},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1084138},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":900848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":757030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":264242},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":214738},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":207984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":192659},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":118568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":95690},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":83304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":82744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":68845},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":56006},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":41000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":39974},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":37613},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":37374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":34544}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000075.tracev3"} -{"unixTime":1750325035,"totalBytes":38092483,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10035829},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5829672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5332656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3832304},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1539867},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1410080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1145370},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1080192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1060201},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":547163},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":418005},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":370102},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":369902},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":366080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":355192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":301124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":259440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":233766},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":230232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":211484}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000008e.tracev3"} -{"unixTime":1750327352,"totalBytes":8456731,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2316716},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1548247},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1460609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1295254},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":393592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":324858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":196008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":186616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":105088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":100742},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":81474},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":68887},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":53564},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44222},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":39047},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":30888},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":29871},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":27752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":15485},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":11343}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000076.tracev3"} -{"unixTime":1750329907,"totalBytes":8713001,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2848051},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1543473},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1344078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1198520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":349312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":281564},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":238419},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":171432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":102142},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":98482},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":93052},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":81748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":58220},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":48587},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":37744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":26970},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":26552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":26416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsecd","sizeBytes":19288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":18029}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000077.tracev3"} -{"unixTime":1750329973,"totalBytes":40826383,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8014917},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":7581664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4145664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4017692},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":3342725},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":2510057},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1161760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1028827},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":967106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":576020},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":508626},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":494319},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":429046},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":373435},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":370088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":368199},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":360176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":332579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":327152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CalendarDaemon.framework\/Support\/calaccessd","sizeBytes":309169}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000008f.tracev3"} -{"unixTime":1750751041,"totalBytes":9473913,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2622842},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":963908},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":685001},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":552284},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":521472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":488778},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":483902},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":343902},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":318960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":301197},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":265503},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":112624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":111913},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":100580},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":85698},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":83530},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83489}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000079.tracev3"} -{"unixTime":1750751756,"totalBytes":40505411,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8889519},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6180424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2270319},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1492476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1371508},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1354323},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1163400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1048968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1037058},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":995808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":910061},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":850391},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":808128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":758096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":752460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":685578},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":662404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":599111},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":573513}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000091.tracev3"} -{"unixTime":1750760526,"totalBytes":37221227,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11778305},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7412992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6304239},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1695416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1374616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1062297},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1019558},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":624654},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":456165},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":439552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":396758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":373928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":346186},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":327496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":275008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":274790},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":250871},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":201488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":172489},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":169464}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000092.tracev3"} -{"unixTime":1750764308,"totalBytes":8058021,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1635382},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1383344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1157718},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":928132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":912810},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":480129},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":429942},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":232110},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":150341},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":137176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":52599},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":51564},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":49887},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":49004},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":48503},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":44556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":32201},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":24344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":17307},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AXAssetLoader.framework\/Support\/axassetsd","sizeBytes":16176}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000007a.tracev3"} -{"unixTime":1750768483,"totalBytes":38128259,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10897880},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6695872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6113393},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2832856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1593208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1217112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1039044},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":962393},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":914057},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":503688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":374000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":342277},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":299137},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":297792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":296448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":264728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":258120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":238274},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":199699},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":176672}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000093.tracev3"} -{"unixTime":1750795902,"totalBytes":9823946,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2317838},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1235097},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":981198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":723741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":609444},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":590127},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":353035},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":347341},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323359},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":312295},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":266496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":149248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":127953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112961},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":96552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":91748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":86992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":81955},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":80956}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000007c.tracev3"} -{"unixTime":1750796122,"totalBytes":41027797,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5321905},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":5078426},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4340628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":4057206},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2170344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":2107697},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1407091},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1172307},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":963757},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":950628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":844490},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":789035},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":751752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":626405},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":624381},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":616857},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":571238},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":501535},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":478079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":470328}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000095.tracev3"} -{"unixTime":1750843264,"totalBytes":40586980,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8914141},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5372835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3808625},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3039301},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2701990},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1083710},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1054923},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1026609},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":969497},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":933796},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":640200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622751},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":600986},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":576771},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":573670},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":553028},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":524930},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":486672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":477389},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":332480}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000097.tracev3"} -{"unixTime":1750849566,"totalBytes":9116844,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2129143},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1405986},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1375480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":832631},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":478230},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":324416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":315900},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":271216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":207247},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":138342},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":127053},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":111680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":109985},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":99632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":84358},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":76364},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":75514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/sharingd","sizeBytes":58404}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000007e.tracev3"} -{"unixTime":1750852320,"totalBytes":37707139,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12017106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7960904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6640702},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1789416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1424584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1000594},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":969425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":648207},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":447076},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":446834},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":345904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":338776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":282568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":282153},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":254237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":209848},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":191604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":178839},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":176240}],"type":"File Rotate","record":"logd statistics","file":"Persist\/0000000000000098.tracev3"} -{"unixTime":1751097431,"totalBytes":9209767,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2851194},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":652697},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":637320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":561317},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":555061},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":483030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":362100},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":327065},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":302427},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":295374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":212606},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":168352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":114745},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":114532},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":106912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":103120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":92868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":89770},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":84366},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":80816}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000080.tracev3"} -{"unixTime":1751321282,"totalBytes":40730586,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8894500},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5681977},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":3115124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1503398},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1451274},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1240876},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1156786},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1053791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1034553},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":932168},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":931143},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":911124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":871123},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":854170},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":742440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":628405},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622571},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":610758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":575477},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":498033}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000009b.tracev3"} -{"unixTime":1751321461,"totalBytes":9503072,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2726425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":880033},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":680748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":648589},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":608305},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":573637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":487345},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323399},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":302494},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":291966},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":210791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":160912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112625},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":101436},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":100484},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":94551},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":72187}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000082.tracev3"} -{"unixTime":1751330461,"totalBytes":36867282,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12141947},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7699280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6744596},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1763920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1069898},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1065839},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":774704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":488048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":394248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":361300},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":342912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":342859},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":321522},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":294968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":283217},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":252706},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":218520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":195784},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":154742},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":150493}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000009c.tracev3"} -{"unixTime":1751561943,"totalBytes":9773924,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2695467},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":970383},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":856818},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":701345},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":549951},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":519362},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":487296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":475680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":296582},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":291223},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":211887},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":111969},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":104508},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":101332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":98520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":82882},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":79811}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000085.tracev3"} -{"unixTime":1751563713,"totalBytes":40422332,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8888772},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5502239},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2032535},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":1782689},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":1643961},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1268621},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1157809},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1142703},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1038961},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1037987},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":946125},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":941257},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":919617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":859617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":677645},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":663912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622588},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":577870},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":574538},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":514300}],"type":"File Rotate","record":"logd statistics","file":"Persist\/000000000000009f.tracev3"} -{"unixTime":1751709191,"totalBytes":9445976,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2153845},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":1293677},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1124262},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":692410},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":553958},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":518781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":414312},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":303566},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":295492},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":211103},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":168448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112921},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":84396},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83441},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":80689},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":76360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":68686}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000087.tracev3"} -{"unixTime":1751709781,"totalBytes":40970797,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8873542},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6506281},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":2066289},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2061072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1500442},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":1495287},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1161289},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1051771},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":953751},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":866693},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":818363},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":816052},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":781978},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":765110},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":737936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":713148},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":682643},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":682566},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621918},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":572782}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a1.tracev3"} -{"unixTime":1751716471,"totalBytes":38867982,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":13573433},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8769834},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5588088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5040790},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1253920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":686617},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":539512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":339316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":318992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":267864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":249664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":210248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":204050},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":169272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":164248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":144867},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":108160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsec-fbf","sizeBytes":96253},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":92938},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":81336}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a2.tracev3"} -{"unixTime":1751723181,"totalBytes":39206849,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":13592797},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8830941},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5608096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5046403},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1273032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":715024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":675608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":329864},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":272376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":250792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":226799},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":210496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":207640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":178952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":177582},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":169648},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":164396},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":111743},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":104360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":100486}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a3.tracev3"} -{"unixTime":1751727032,"totalBytes":8253315,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1682592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1569148},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1541115},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":616041},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":584375},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":578974},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":198331},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":184392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":159420},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":140901},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":101608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":97808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":90665},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":68818},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":64824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":60348},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":50976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":48712},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":39529},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":39304}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000088.tracev3"} -{"unixTime":1751728954,"totalBytes":40794921,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":11726078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":7883725},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4899136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4282084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2829272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1242530},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1166464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":914001},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":679368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":638667},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/configd_sim","sizeBytes":394816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":393078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":295288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":276648},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":251859},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":216200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":186552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":184896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":157512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":138923}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a4.tracev3"} -{"unixTime":1751784841,"totalBytes":40878794,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8892644},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4576071},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":4195142},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":2250106},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":2194573},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1243072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1139334},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1010516},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":988808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":965740},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":955237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":942352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":754511},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":741424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":641316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622811},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":572325},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":543496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":437034},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":410216}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a6.tracev3"} -{"unixTime":1751787618,"totalBytes":9363665,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2375452},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":981210},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":943754},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":683882},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":671847},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":479260},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":362500},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323610},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":305342},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":212031},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":178132},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":161776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113003},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":105052},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":102440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":101030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":92817},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":79494}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000008a.tracev3"} -{"unixTime":1751794392,"totalBytes":36631969,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12399849},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8162336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7304196},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1820472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1002817},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":995119},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":518968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":473232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":385110},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":377608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":357200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":321852},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":302568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":291032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":225648},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":184800},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":145251},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":132688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":116472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113904}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a7.tracev3"} -{"unixTime":1751799367,"totalBytes":7917266,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1825261},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1742555},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1250216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":953635},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":390012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":381940},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":208753},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":166792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":147594},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":129113},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":121472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":81604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":56699},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":44648},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":36549},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":33142},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":32088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":25886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":24429},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":21013}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000008b.tracev3"} -{"unixTime":1751801602,"totalBytes":37815720,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10236278},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6095568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5671743},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3137064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1484032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1243191},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1018260},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1018189},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":964625},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":555528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":504367},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":390472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":383962},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":356930},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":283453},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":269592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":266969},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":245359},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":233176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":222516}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a8.tracev3"} -{"unixTime":1751810887,"totalBytes":36969621,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12130437},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8432432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7164863},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1909640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":982514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":954192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":671216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":495268},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":459408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":357504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":346672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":296040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":293296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":285039},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":229910},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":214544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":176888},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":175537},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":171878},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":109896}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000a9.tracev3"} -{"unixTime":1751819650,"totalBytes":38748555,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11421832},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8045512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6565237},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4326642},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1794950},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":951687},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":934486},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":538364},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":474760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":414732},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":327496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":325495},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":275680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":268668},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":221041},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":210608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":177672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":143633},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":105792}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000aa.tracev3"} -{"unixTime":1751821557,"totalBytes":9290397,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":2264496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1987275},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1789433},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1278006},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":732878},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":306724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":229424},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":97276},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":93260},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":81036},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":48268},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":47718},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":40528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":39556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":32128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":31480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":25010},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":22950},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":22882},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":22686}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000008c.tracev3"} -{"unixTime":1751828280,"totalBytes":37788581,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11533075},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7578392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6670671},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1767528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1522048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":987960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":953433},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":645791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":623604},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":510476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":413812},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":369840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":329806},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":322608},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":275360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":271595},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":244343},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":194064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":171920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":163312}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000ab.tracev3"} -{"unixTime":1751829706,"totalBytes":8877015,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":2169741},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1320180},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1172124},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1094459},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":921920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":588440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":295492},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":274928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":200757},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":91126},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":84240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":65236},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":40221},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":39044},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":38611},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":38550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":29967},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":27212},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":22015}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000008d.tracev3"} -{"unixTime":1751833852,"totalBytes":40583938,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8562012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":6983200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4734014},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4681600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2735321},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":2297355},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1232568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1033517},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1025400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":566251},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":559503},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":508926},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":388354},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":353768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":283794},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":254593},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":249647},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ScreenTimeCore.framework\/ScreenTimeAgent","sizeBytes":249294},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":246854},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":236419}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000ac.tracev3"} -{"unixTime":1751835722,"totalBytes":8666063,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2182418},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1571285},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1363787},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1184064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":694144},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":292868},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":226193},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":210334},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":202635},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":155808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113299},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":62192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":59170},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":56486},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":37255},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":36443},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":26278},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":25191},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":17320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AuthKit.framework\/akd","sizeBytes":16595}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000008e.tracev3"} -{"unixTime":1752528761,"totalBytes":9564626,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2506722},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":1548769},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":891873},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":518315},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":513079},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":448791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":338363},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":323359},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":300277},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":291975},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":220211},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":137254},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":113001},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":98577},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":88332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":83684},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":74678}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000090.tracev3"} -{"unixTime":1752529385,"totalBytes":39944791,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8895513},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5383385},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":2559974},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":2076746},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1259960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1139956},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":1067739},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":1022791},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":986907},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":839783},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":833835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":796249},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":792216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":787064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":784790},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":732418},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":682953},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":622835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622273},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":568710}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000ae.tracev3"} -{"unixTime":1752538585,"totalBytes":36499536,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11899592},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8162320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7999863},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1809448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":917759},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":906688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":531064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":460724},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":364446},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":349296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":344040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":285968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":279224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":230208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":215768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsec-fbf","sizeBytes":164947},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":148704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":146856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":138512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":115713}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000af.tracev3"} -{"unixTime":1752547760,"totalBytes":37073072,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11912981},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8134176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":8008406},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1805920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":928385},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":911114},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":743064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":661136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":464536},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":342912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":294448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":279410},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":238296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":215584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":210388},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":161992},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":148376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":138702},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":132270}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b0.tracev3"} -{"unixTime":1752550022,"totalBytes":8414134,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":2025824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1913421},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1854752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":735166},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":692330},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":227077},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":219752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":185288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":113794},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":80717},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":72920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":40528},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":31640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":28104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":24024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":20080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":19078},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":16104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/DoNotDisturbServer.framework\/Support\/donotdisturbd","sizeBytes":15720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AXAssetLoader.framework\/Support\/axassetsd","sizeBytes":12152}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000091.tracev3"} -{"unixTime":1752557256,"totalBytes":36983420,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12331012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":8355520},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":8291755},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1854072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":959659},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":948874},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":482216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":361472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":354568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":299040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":290944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":289629},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":246456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":227000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":221814},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":157072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":147136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113920},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":112225},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":93392}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b1.tracev3"} -{"unixTime":1752565585,"totalBytes":38096924,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10980095},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7090688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7087689},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4598014},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1594198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":883071},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":852234},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":527165},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":419164},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":409000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":337560},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":311328},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":300624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":262640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":255511},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":251806},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":216908},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":214504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":179563},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":136664}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b2.tracev3"} -{"unixTime":1752571925,"totalBytes":8072443,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":2050704},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1959758},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":790157},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":767392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":716698},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":302516},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":234708},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":226408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":115690},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":85488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":84837},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":80960},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":65957},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":63398},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":44488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":44320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":42096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":41404},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":30478},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":29896}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000092.tracev3"} -{"unixTime":1752573425,"totalBytes":37194799,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10389471},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6555008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6401386},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1612413},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1468064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1118995},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":856032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":803827},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":630239},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":628964},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622425},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":621544},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":402518},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":394392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":329376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":293280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":246331},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":244591},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":242008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":208131}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b3.tracev3"} -{"unixTime":1752584146,"totalBytes":36554393,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12290670},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7920640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7899352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1811344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":975986},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":969855},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":500664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":485408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":361488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":353440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":302096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":297796},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":289770},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":264984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":246280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":152072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":143332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":132013},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":118040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaAnalysis.framework\/mediaanalysisd","sizeBytes":92098}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b4.tracev3"} -{"unixTime":1752588455,"totalBytes":8623585,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1415984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1275032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1216707},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1173195},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1029111},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":477332},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":449414},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":398581},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":157360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":141440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":99048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":71150},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":66984},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":56569},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":50360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":50097},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":48576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":36421},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":35792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MusicLibrary.framework\/Support\/medialibraryd","sizeBytes":34092}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000093.tracev3"} -{"unixTime":1752592150,"totalBytes":40439186,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8955123},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5362376},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5324451},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4355556},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4065136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1849488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1369235},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1336768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":825507},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":772826},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":535979},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":422182},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":347202},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":341836},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":341752},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":293963},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":283204},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":239512},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":230194},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":213738}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b5.tracev3"} -{"unixTime":1752594282,"totalBytes":8229701,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3149709},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1384936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1160256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":571968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":525584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":324858},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":224189},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":191116},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":183500},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":78032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":60216},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":43884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":41449},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":31870},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28041},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":25374},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":24288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":22468},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":20354},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":19288}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000094.tracev3"} -{"unixTime":1752600858,"totalBytes":37231564,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11622088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7316472},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7090099},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1702344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1373064},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":985021},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":947594},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":604717},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":456735},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":448288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":410640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":325616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":274440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":273564},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":261239},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":246344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":240600},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":226256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":173302},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":156463}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b6.tracev3"} -{"unixTime":1752609176,"totalBytes":38300805,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11107781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6989968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6673527},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3119440},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1650136},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1236269},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":914032},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":903640},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":873810},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":418976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":366160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":310952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":263768},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":262548},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":246234},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":237011},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":225598},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":213744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":154910},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":143690}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b7.tracev3"} -{"unixTime":1752610730,"totalBytes":8459011,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1791339},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1538016},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1455084},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1059793},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":540056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":534366},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":317214},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":281076},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":170040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":150585},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":82974},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":64722},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":56672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":47034},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":41932},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":32368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":26749},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":26222},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":22977}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000095.tracev3"} -{"unixTime":1752617131,"totalBytes":38382747,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10564616},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6691824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":6520236},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4346045},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1572104},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":865154},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":839128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":690552},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":621722},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":538898},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":401688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":345432},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":326903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":297416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":251128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":248319},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":245929},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":240488},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":228507},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":205792}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b8.tracev3"} -{"unixTime":1752626610,"totalBytes":36481269,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12328888},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7964583},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7610939},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1808392},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":996664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":960198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":486840},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":365448},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":354192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":315368},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":290128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":290044},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":269146},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":246256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":238808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":231924},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":155720},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":116470},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":112268}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000b9.tracev3"} -{"unixTime":1752631865,"totalBytes":8080016,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1983232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1895966},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1171068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":765202},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":700486},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":302315},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":218504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":198152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":111008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":85434},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":83760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":80421},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":76884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":60044},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":40460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":39996},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":28112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":27799},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":24666},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":22824}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000096.tracev3"} -{"unixTime":1752636121,"totalBytes":36753198,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12350033},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7985080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7780618},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1811096},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":965628},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":926358},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":563928},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":472200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":378120},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":365744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":355320},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":302160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":289184},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":238016},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":220152},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":177562},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":152632},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":145256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":136588},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113960}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000ba.tracev3"} -{"unixTime":1752644679,"totalBytes":38541648,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":11119748},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7183504},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7097558},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4609393},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1634167},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":884080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":867224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":615008},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":439728},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":392842},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":333272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":319976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":311622},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":279723},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":273904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":261936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":225568},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":224603},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":142895},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":139720}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000bb.tracev3"} -{"unixTime":1752653629,"totalBytes":8330741,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":2012088},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1943139},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1844194},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":763722},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":712624},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":234334},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":225056},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":114155},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":81354},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":76940},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":40460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":32128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":28736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":27148},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":26669},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":23816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Screen Time.app\/PlugIns\/ScreenTimeWidgetExtension.appex\/ScreenTimeWidgetExtension","sizeBytes":22824},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":20072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":15805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/appleaccountd","sizeBytes":11951}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000097.tracev3"} -{"unixTime":1752654192,"totalBytes":36254628,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":12450288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":7985080},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7575611},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1812040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":989166},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":961013},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":477532},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":472192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":373872},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":355696},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":290700},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":290128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":246000},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":236460},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":181875},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/MediaRemote.framework\/Support\/mediaremoted","sizeBytes":151496},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":140842},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":120149},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":113936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsec-fbf","sizeBytes":88259}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000bc.tracev3"} -{"unixTime":1752658351,"totalBytes":8539070,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1717112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1621656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1088394},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":942543},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":493336},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":426176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":391134},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":348280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":154280},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":146301},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":143889},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":101464},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":96105},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":92820},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":72316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":61277},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":50360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":48776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":44352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":38444}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000098.tracev3"} -{"unixTime":1752659956,"totalBytes":39346638,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":8242747},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4853952},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4846856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4803196},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1822956},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1807903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1328774},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1184991},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":813972},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":718116},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":671810},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622131},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":603189},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":432994},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":341976},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":295360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":290856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":282912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":241372},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":236037}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000bd.tracev3"} -{"unixTime":1752668129,"totalBytes":37476381,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":10999730},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":7264838},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":6861048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":2014936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1613776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":969322},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":965850},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":649708},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":627073},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":547936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":512510},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":361936},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":305312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":274112},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":264650},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":257805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":257105},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":245025},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":221467},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":206261}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000be.tracev3"} -{"unixTime":1752670184,"totalBytes":8375519,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1673835},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1432647},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1193808},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1116185},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":874889},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":399232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":279740},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":198085},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":191754},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":186334},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":181476},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":122408},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":56236},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":55046},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":48550},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":44100},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":32251},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Batteries.app\/PlugIns\/BatteriesAvocadoWidgetExtension.appex\/BatteriesAvocadoWidgetExtension","sizeBytes":24356},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":20024},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/FontServices.framework\/Support\/fontservicesd","sizeBytes":18160}],"type":"File Rotate","record":"logd statistics","file":"Special\/0000000000000099.tracev3"} -{"unixTime":1752673326,"totalBytes":41560625,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":7996579},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":5443360},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":4598330},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":4367935},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":4363184},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2717283},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1831946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1154712},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":937712},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":887702},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":676198},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":536881},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":475705},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":467691},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":346160},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":329451},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":319380},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":310567},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":262904},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":262690}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000bf.tracev3"} -{"unixTime":1752673577,"totalBytes":8804976,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":2599115},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1561013},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1436700},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1259576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":400912},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":281812},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":200805},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":145276},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":115584},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":99659},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":92010},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":84480},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":60668},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":59760},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":49357},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":40597},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":35048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":33151},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":28886},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":27864}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000009a.tracev3"} -{"unixTime":1752675178,"totalBytes":8296840,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":3851065},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1503856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":958072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":810623},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":218224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":187384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":124173},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":119068},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":98585},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":82098},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":60676},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":51514},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":28450},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":28190},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":26048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":23131},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":17341},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":16536},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":15015},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreParsec.framework\/parsecd","sizeBytes":11896}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000009b.tracev3"} -{"unixTime":1752680033,"totalBytes":38546041,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9815430},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5664664},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5408165},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4135200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":1862644},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1430816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1383465},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1037223},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":975402},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":533162},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":434119},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":416260},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":374288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":345937},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":305946},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":290416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":284938},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":250792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":231030},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":227735}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000c0.tracev3"} -{"unixTime":1752742857,"totalBytes":40188521,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/HealthPluginHost.framework\/healthappd","sizeBytes":8892251},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":5273802},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3427717},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":3174436},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":3005421},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1065654},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":1014935},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":1009352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":958958},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":834807},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":668894},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":622503},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":600337},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/PosterBoard.app\/PosterBoard","sizeBytes":572937},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":572172},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/trustd","sizeBytes":566784},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":557270},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":523897},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":450439},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":417482}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000c2.tracev3"} -{"unixTime":1752743819,"totalBytes":9281532,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3024282},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":914366},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":813637},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":665534},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":660304},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":647142},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":470586},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":207206},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":199090},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":157892},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":140670},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":111680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":104513},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":102072},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":101973},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":80324},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":71843},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":71456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":55769}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000009d.tracev3"} -{"unixTime":1752749362,"totalBytes":39002567,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9232906},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5567296},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5394962},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4037192},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1450680},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1421776},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":1142042},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":953125},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":932224},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":891839},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CloudKitDaemon.framework\/Support\/cloudd","sizeBytes":593022},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":435141},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":397711},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/nsurlsessiond","sizeBytes":394657},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":329312},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/rapportd","sizeBytes":321656},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":309083},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":300256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":291861},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BiomeStreams.framework\/Support\/biomed","sizeBytes":244008}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000c3.tracev3"} -{"unixTime":1752750226,"totalBytes":8951344,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1424356},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1253240},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":1203955},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1193653},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":772306},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":669968},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":350234},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":314826},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":209344},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":154816},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":150415},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":132256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":107744},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":99416},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":94454},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":73884},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":66248},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":47176},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/PrivacyAccounting.framework\/Versions\/A\/Resources\/privacyaccountingd","sizeBytes":42352},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":40255}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000009e.tracev3"} -{"unixTime":1752756071,"totalBytes":38709021,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/sbin\/launchd_sim","sizeBytes":9715802},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":5632272},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":5458591},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":4316688},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SiriInference.framework\/Support\/siriinferenced","sizeBytes":2127040},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":1483527},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent","sizeBytes":1430456},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":951822},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":912379},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":480200},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/TCC.framework\/Support\/tccd","sizeBytes":413031},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":412442},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GeoServices.framework\/geod","sizeBytes":406877},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/cfprefsd","sizeBytes":366232},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":293146},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":250792},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ApplePushService.framework\/apsd","sizeBytes":233142},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/diagnosticd","sizeBytes":231373},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":216048},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ScreenTimeCore.framework\/ScreenTimeAgent","sizeBytes":207981}],"type":"File Rotate","record":"logd statistics","file":"Persist\/00000000000000c4.tracev3"} -{"unixTime":1752757400,"totalBytes":8135627,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":1687218},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":1394559},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":1293301},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":1293001},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":722128},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":278012},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/sbin\/filecoordinationd","sizeBytes":230510},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":200390},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":155400},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":153335},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/iTunesCloud.framework\/Support\/itunescloudd","sizeBytes":129981},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/proactiveeventtrackerd","sizeBytes":74256},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":68208},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/profiled","sizeBytes":49996},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":43856},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/News.app\/PlugIns\/NewsToday2.appex\/NewsToday2","sizeBytes":42781},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":38083},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/EmailDaemon.framework\/maild","sizeBytes":35672},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/Maps.app\/PlugIns\/GeneralMapsWidget.appex\/GeneralMapsWidget","sizeBytes":26903},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/locationd","sizeBytes":26318}],"type":"File Rotate","record":"logd statistics","file":"Special\/000000000000009f.tracev3"} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752789710} -{"unixTime":1752832995,"totalBytes":9165002,"processList":[{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/mobileassetd","sizeBytes":3084066},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/CoreServices\/SpringBoard.app\/SpringBoard","sizeBytes":812418},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/triald","sizeBytes":685860},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/ChronoCore.framework\/Support\/chronod","sizeBytes":570384},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd","sizeBytes":530303},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/runningboardd","sizeBytes":432845},{"process":"\/Library\/Developer\/PrivateFrameworks\/CoreSimulator.framework\/Versions\/A\/Resources\/Platforms\/iphoneos\/usr\/libexec\/CoreSimulatorBridge","sizeBytes":343123},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/routined","sizeBytes":300896},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/siriknowledged","sizeBytes":292366},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AssistantServices.framework\/assistantd","sizeBytes":209231},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreEmbeddedSpeechRecognition.framework\/XPCServices\/com.apple.siri.embeddedspeech.xpc\/com.apple.siri.embeddedspeech","sizeBytes":166736},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCompute.framework\/XPCServices\/IntelligencePlatformComputeService.xpc\/IntelligencePlatformComputeService","sizeBytes":120576},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SyncedDefaults.framework\/Support\/syncdefaultsd","sizeBytes":112681},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SleepDaemon.framework\/sleepd","sizeBytes":108316},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/CoreSpeech.framework\/corespeechd","sizeBytes":101944},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AppleMediaServicesUI.framework\/amsengagementd","sizeBytes":100288},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/containermanagerd_system","sizeBytes":95146},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/IntelligencePlatformCore.framework\/knowledgeconstructiond","sizeBytes":91140},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/Applications\/WidgetRenderer_Default.app\/WidgetRenderer_Default","sizeBytes":83707},{"process":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/HealthKit.framework\/healthd","sizeBytes":75692}],"type":"File Rotate","record":"logd statistics","file":"Special\/00000000000000a2.tracev3"} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752833009} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752834651} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752847447} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752848115} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752850511} -{"record":"logd snapshot","client":"\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21F79\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.5.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/bin\/log","unixTime":1752853117} diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.0.txt b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.0.txt deleted file mode 100644 index fb1d02cf..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.0.txt +++ /dev/null @@ -1,70 +0,0 @@ ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-18 11:03:29+0100 -flags : 0x3 - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-18 11:29:29+0100 -files : - - Persist/000000000000008e.tracev3: 10451968 bytes -count : 1 -size : 10451968 -kept : 57 files, 517741104 bytes - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-18 11:30:51+0100 -flags : 0x3 - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-18 15:04:07+0100 -flags : 0x3 - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-18 15:12:30+0100 -files : - - Persist/000000000000008f.tracev3: 10477328 bytes -count : 1 -size : 10477328 -kept : 58 files, 518570928 bytes - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-18 15:15:15+0100 -flags : 0x3 - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-18 15:53:46+0100 -files : - - Persist/0000000000000090.tracev3: 6168688 bytes -count : 1 -size : 6168688 -kept : 59 files, 521784176 bytes - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-18 15:55:11+0100 -flags : 0x3 - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-18 16:37:13+0100 -files : - - Persist/0000000000000091.tracev3: 10488736 bytes -count : 1 -size : 10488736 -kept : 59 files, 516995864 bytes - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-18 16:38:37+0100 -flags : 0x3 - diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.1.txt b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.1.txt deleted file mode 100644 index 98d79b13..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Extra/logdata.statistics.1.txt +++ /dev/null @@ -1,6374 +0,0 @@ ---- !logd statistics record -type : File Rotate -file : Special/0000000000000068.tracev3 -time : 2025-06-12 11:37:29+0100 -total : 9720184 -procs : - - [ 2724847, 28.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 876113, 9.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 667685, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 605220, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 569241, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 529553, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 528592, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 343499, 3.5, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 342086, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 312727, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 296760, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 262560, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 149248, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 116600, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 111889, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 99240, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 91140, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 87925, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 86140, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 71803, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-06-12 11:37:42+0100 -flags : 0x3 - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-13 07:12:53+0100 -files : - - Persist/0000000000000041.tracev3: 10393552 bytes -count : 1 -size : 10393552 -kept : 61 files, 516187704 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 07:14:14+0100 -total : 10888713 -procs : - - [ 1960904, 18.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 926956, 8.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 821767, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 784425, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 594207, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 393271, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 382865, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 359024, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 351488, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 339368, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 303030, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 286622, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 279310, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 270831, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 159345, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 142495, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 125104, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 116823, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - - [ 115904, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 112113, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000007f.tracev3 -time : 2025-06-13 07:49:02+0100 -total : 41466223 -procs : - - [ 8878573, 21.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5189017, 12.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3981540, 9.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 2144556, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1874120, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1368008, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1136019, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1007296, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 956844, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 955637, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 934381, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 855792, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 775330, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 740088, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 694522, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 622437, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 598655, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 572558, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 523640, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 498220, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-13 07:49:02+0100 -files : - - Persist/0000000000000042.tracev3: 10449560 bytes -count : 1 -size : 10449560 -kept : 61 files, 516220096 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 08:11:43+0100 -total : 15081274 -procs : - - [ 8519848, 56.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1486524, 9.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1002714, 6.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 753577, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 595571, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 560452, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 356480, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 215424, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 145432, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 144024, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 142392, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 109400, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 99707, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 95680, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 71838, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 63608, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 61104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 56904, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 56888, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 56128, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000006a.tracev3 -time : 2025-06-13 08:33:41+0100 -total : 9982960 -procs : - - [ 2356479, 23.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 975531, 9.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 836208, 8.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 676568, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 675616, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 646891, 6.5, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 476379, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 360513, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 343158, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 318944, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 314351, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 170801, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 165994, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 149456, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 112917, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 104156, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 99573, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 98520, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 97054, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 85778, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 09:17:22+0100 -total : 15100848 -procs : - - [ 10238128, 67.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1102576, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 837936, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 724430, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 641665, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 227736, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 183368, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 166208, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120184, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 119456, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73312, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 73136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 69200, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63986, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 62344, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 51402, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 48480, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 44144, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 24280, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 10:25:04+0100 -total : 15276515 -procs : - - [ 10325416, 67.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1169630, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 875720, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 694413, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 666714, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 235536, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 174304, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 170872, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 128016, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 122672, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 84187, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73344, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 64314, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 51792, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44632, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 44232, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38312, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 28496, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 28256, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000080.tracev3 -time : 2025-06-13 10:32:24+0100 -total : 37281633 -procs : - - [ 12715018, 34.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8960024, 24.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6900334, 18.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1975040, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 986670, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 964404, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 550816, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 490100, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 373400, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 366224, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 314328, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 312451, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 298621, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 254456, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 232200, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 155608, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 146004, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 139543, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 117992, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 112144, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-13 10:32:24+0100 -files : - - Persist/0000000000000043.tracev3: 10463568 bytes -count : 1 -size : 10463568 -kept : 61 files, 516182392 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 11:29:52+0100 -total : 14391382 -procs : - - [ 9200984, 63.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1118873, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 863319, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 734278, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 661359, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 244711, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 175584, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 164088, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 135789, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 124320, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 119680, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73312, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 73248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 68250, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 59223, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 52720, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 44200, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38544, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36488, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 12:30:00+0100 -total : 14275957 -procs : - - [ 9241376, 64.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007267, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 731737, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 639230, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 580463, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 215323, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 175760, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 173469, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 152216, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 151072, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 108240, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 103944, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 91577, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 63269, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 61088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 60297, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 57008, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 47804, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 41828, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 40350, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000081.tracev3 -time : 2025-06-13 12:53:25+0100 -total : 36800122 -procs : - - [ 11440551, 31.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7099120, 19.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6057638, 16.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1689576, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1434840, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 951359, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 874154, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 639404, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 455380, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 428332, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 394304, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 335600, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 316592, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 269781, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 267727, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 263240, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 259682, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 245483, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 237565, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 214360, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-13 12:53:25+0100 -files : - - Persist/0000000000000044.tracev3: 10433560 bytes -count : 1 -size : 10433560 -kept : 61 files, 516201296 bytes - ---- !logd statistics record -type : File Rotate -file : Special/000000000000006b.tracev3 -time : 2025-06-13 13:10:25+0100 -total : 7863973 -procs : - - [ 1549024, 19.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1476055, 18.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1073742, 13.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1057176, 13.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 593935, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 548586, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 316748, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 184353, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 171704, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 138226, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 106679, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 87011, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65064, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 60692, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 39045, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 32368, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 26574, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 24652, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 24096, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 24085, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 13:26:38+0100 -total : 13944290 -procs : - - [ 8809464, 63.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1010243, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 778896, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 620986, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 563978, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 273819, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 224284, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 146680, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 143312, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 112248, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 111868, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 103848, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 100208, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 79536, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 72318, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 61024, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 55832, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 51756, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 51538, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 40331, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-13 14:31:25+0100 -total : 14933178 -procs : - - [ 10079304, 67.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098232, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 817918, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 679175, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 644976, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 231640, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166848, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 163664, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 119672, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 94664, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 91337, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 68240, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 64190, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 48056, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44008, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 39949, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 28144, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 20272, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-14 22:25:25+0100 -total : 10513411 -procs : - - [ 1307279, 12.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 830587, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 766629, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 739173, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 729344, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 543712, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 467800, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 391064, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 383208, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 368016, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 331771, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 282972, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 282324, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 275550, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 177744, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 130881, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 125878, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 120297, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 116504, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 113995, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000006d.tracev3 -time : 2025-06-14 22:35:44+0100 -total : 10333615 -procs : - - [ 2832311, 27.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 970383, 9.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 857008, 8.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 669009, 6.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 598218, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 536800, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 518856, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 477686, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 344470, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 318720, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 315271, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 296514, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 149248, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 113411, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 104452, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 100830, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 92542, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 91140, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 81761, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 79441, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000083.tracev3 -time : 2025-06-14 22:47:36+0100 -total : 41122433 -procs : - - [ 8898268, 21.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5980881, 14.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3013539, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1491877, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1430880, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1373089, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1142519, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1070425, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 1043398, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 945279, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 899798, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 875291, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 829545, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 821731, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 774200, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 750416, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 638135, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 621774, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 602847, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 571884, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-14 22:47:36+0100 -files : - - Persist/0000000000000045.tracev3: 10444864 bytes -count : 1 -size : 10444864 -kept : 62 files, 523969704 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-14 23:13:03+0100 -total : 14504841 -procs : - - [ 6822224, 47.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 2162547, 14.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 824134, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 702376, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 695063, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 667464, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 503977, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 431579, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 192224, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 126528, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 120416, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 111523, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 105660, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 89518, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 85320, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 79896, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 65032, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 55224, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 54944, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 52960, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-15 00:16:27+0100 -total : 14541365 -procs : - - [ 9539136, 65.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1050442, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 842706, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 650704, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 609783, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 239736, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 175008, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 160272, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115880, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 91233, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 73219, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 70448, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 69112, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 64672, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 64150, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 51104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44112, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 36834, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 32034, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000084.tracev3 -time : 2025-06-15 02:49:05+0100 -total : 37118860 -procs : - - [ 11443220, 30.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7526096, 20.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6157840, 16.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1731576, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1397376, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1043723, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 976405, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 871383, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 484444, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 363537, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 352734, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 345416, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 321480, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 274688, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 267389, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 254096, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 248624, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 225613, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 186992, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/distnoted ] - - [ 186072, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-15 02:49:05+0100 -files : - - Persist/0000000000000046.tracev3: 10396944 bytes -count : 1 -size : 10396944 -kept : 62 files, 523998648 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-15 02:52:19+0100 -total : 14255359 -procs : - - [ 8782360, 61.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1421157, 10.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 854200, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 789081, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 597066, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 228536, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 220072, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 152216, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 145856, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 119736, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 96254, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 93560, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 68521, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 61104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 59694, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 54776, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 47804, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 47721, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 44496, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 40608, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-15 04:32:10+0100 -total : 14386118 -procs : - - [ 9516184, 66.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1190017, 8.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 796408, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 709831, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 603240, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 218628, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 179456, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 142040, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 128280, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115272, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76287, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73312, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 61056, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56120, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 52632, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 51488, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 43946, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 43912, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 41904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36288, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-15 07:09:42+0100 -total : 14667242 -procs : - - [ 7833024, 53.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1732516, 11.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1098460, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 672554, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 645818, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 609760, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 536452, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 191512, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166864, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 122536, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120184, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 99608, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 95955, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 88269, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 63216, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 54473, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 51792, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 48864, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 45490, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-17 05:26:31+0100 -files : - - Persist/0000000000000047.tracev3: 10387688 bytes -count : 1 -size : 10387688 -kept : 62 files, 522707288 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-17 05:27:25+0100 -total : 10870627 -procs : - - [ 1396373, 12.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 830354, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 790194, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 747179, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 740019, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 565008, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 463734, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 460398, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 385578, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 383384, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 375496, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 277917, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 277654, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 276459, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 177324, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 144301, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 140594, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 126271, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 119177, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 112280, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000006f.tracev3 -time : 2025-06-17 05:31:38+0100 -total : 9466122 -procs : - - [ 2796157, 29.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 861313, 9.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 670249, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 552201, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 521461, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 482423, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 433144, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 341086, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 323650, 3.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 319600, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 295788, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 266628, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 149456, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 112881, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 112624, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 104116, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 85778, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 83760, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 83513, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 81456, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000086.tracev3 -time : 2025-06-17 05:48:33+0100 -total : 41321329 -procs : - - [ 8894524, 21.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 6108226, 14.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 2936087, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1435857, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1428997, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1371523, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1166716, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 1155916, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1068109, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 998297, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 887797, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 872374, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 842786, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 823196, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 722896, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 693271, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 647199, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 621401, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 599791, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 573657, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-17 05:48:33+0100 -files : - - Persist/0000000000000048.tracev3: 10451064 bytes -count : 1 -size : 10451064 -kept : 62 files, 522695256 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-17 06:17:54+0100 -total : 15014434 -procs : - - [ 7488616, 49.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 2065251, 13.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 823408, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 693760, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 686704, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 565262, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 501086, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 499377, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 196296, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 127624, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 127435, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 125920, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 89294, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 83592, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 73192, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 69032, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 67205, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 56328, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 52230, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 48896, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-17 07:45:13+0100 -total : 14751992 -procs : - - [ 9701632, 65.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1190080, 8.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 868721, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 701708, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 662454, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 235608, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 187304, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 167480, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 140708, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 132528, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 120440, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 85664, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 77136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56098, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 48048, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 43856, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 23945, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 20312, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 20232, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000087.tracev3 -time : 2025-06-17 10:05:09+0100 -total : 36340453 -procs : - - [ 12124613, 33.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7848296, 21.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6899537, 19.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1846896, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1041077, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 960180, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 924906, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 524960, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 365728, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 347800, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 304594, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 290544, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 285604, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 262880, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 219564, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 170609, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 156528, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 155331, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 135379, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaAnalysis.framework/mediaanalysisd ] - - [ 130200, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-17 10:05:09+0100 -files : - - Persist/0000000000000049.tracev3: 10474336 bytes -count : 1 -size : 10474336 -kept : 62 files, 522647072 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-17 10:08:28+0100 -total : 14566289 -procs : - - [ 9362016, 64.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1282375, 8.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 812472, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 790720, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 714908, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 235352, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 195136, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 158576, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 140168, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 122960, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 81480, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 76776, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 72452, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52080, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 52080, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 40120, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 37880, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36621, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 24392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-17 13:26:42+0100 -total : 13765759 -procs : - - [ 7641504, 55.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1282189, 9.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 785344, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 781268, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 565606, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 470376, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 410201, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 220378, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 194608, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 140280, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 127200, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 116028, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 108344, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 100064, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 81336, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 66112, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 61153, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 60265, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 57008, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 40008, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-18 07:18:35+0100 -files : - - Persist/000000000000004a.tracev3: 10472096 bytes -count : 1 -size : 10472096 -kept : 62 files, 517852552 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-18 07:19:16+0100 -total : 10619883 -procs : - - [ 1718667, 16.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 858702, 8.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 837422, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 735469, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 679171, 6.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 554432, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 394246, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 392069, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 371638, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 310086, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 275758, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 263547, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 262376, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 255397, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 149376, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 140296, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 138201, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 125753, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 108784, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 91490, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000089.tracev3 -time : 2025-06-18 07:46:45+0100 -total : 40601291 -procs : - - [ 8886844, 21.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5363049, 13.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3376854, 8.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1745113, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1644373, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1224514, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1145017, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1051376, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 967210, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 943817, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 924874, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 897197, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 884441, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 883896, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 660136, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 657238, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 621569, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 579746, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 568468, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 514888, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-18 07:46:45+0100 -files : - - Persist/000000000000004b.tracev3: 10440000 bytes -count : 1 -size : 10440000 -kept : 62 files, 517884616 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-18 08:14:25+0100 -total : 14850354 -procs : - - [ 8021024, 54.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1751668, 11.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 915189, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 740345, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 608848, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 581033, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 556059, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 224397, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 171994, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 139920, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 131219, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 100344, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 96112, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 71216, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 60912, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 56432, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52280, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 40224, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 36141, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 32504, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000071.tracev3 -time : 2025-06-18 08:38:31+0100 -total : 9570657 -procs : - - [ 2524540, 26.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 938567, 9.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 917903, 9.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 673790, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 671310, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 490326, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 357301, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 323637, 3.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 305342, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 212015, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 206285, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 165994, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 161776, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 112441, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 104380, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 102072, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 101563, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 101030, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 91140, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 85778, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-18 09:21:12+0100 -total : 14704052 -procs : - - [ 9972608, 67.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098234, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 834536, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 676052, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 629787, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 247736, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 185036, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 168752, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 124240, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 123978, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 80355, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 67842, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 61376, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 51804, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44168, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32400, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 27454, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 24384, 0.2, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 20232, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-18 10:22:17+0100 -total : 14023853 -procs : - - [ 9258808, 66.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098280, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 791869, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 660186, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 649022, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 239405, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 171231, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 154336, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 116414, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115512, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 73620, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 61056, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 60736, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 60142, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 52072, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44136, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 39120, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36376, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 35485, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 24392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000008a.tracev3 -time : 2025-06-18 10:27:16+0100 -total : 36795461 -procs : - - [ 12637215, 34.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8146304, 22.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7037299, 19.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1842632, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 980378, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 953208, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 549248, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 444152, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 369480, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 359832, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 308951, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 303192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 294629, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 281128, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 226040, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 172136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 154781, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 139966, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 115416, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 113960, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-18 10:27:16+0100 -files : - - Persist/000000000000004c.tracev3: 5735184 bytes -count : 1 -size : 5735184 -kept : 62 files, 522608416 bytes - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-18 11:21:52+0100 -files : - - Persist/000000000000004d.tracev3: 10474896 bytes -count : 1 -size : 10474896 -kept : 62 files, 515771088 bytes - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000074.tracev3 -time : 2025-06-19 07:58:33+0100 -total : 9313757 -procs : - - [ 2151003, 23.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1955743, 21.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1179681, 12.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 556694, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 517727, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 400309, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 323610, 3.5, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 297047, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 220211, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 211694, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 166312, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 143401, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 113169, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 101720, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 84966, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 79625, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 73591, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 64532, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 56881, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/sharingd ] - - [ 38444, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrivacyAccounting.framework/Versions/A/Resources/privacyaccountingd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-19 07:58:41+0100 -total : 10881310 -procs : - - [ 1746910, 16.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 865176, 8.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 855861, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 752604, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 579160, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 521307, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 499998, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 370840, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 352828, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 351720, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 301957, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 293533, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 276107, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 261543, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 162654, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 146630, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 141280, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 116490, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 112416, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 108174, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000008d.tracev3 -time : 2025-06-19 08:28:14+0100 -total : 40665826 -procs : - - [ 8871472, 21.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5169082, 12.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3527605, 8.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1833989, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1746953, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1145323, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1140267, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1019487, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 927204, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 924240, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 918758, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 912428, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 777792, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 689550, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 671548, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 667048, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 624360, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 572579, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 572036, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 514669, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-19 08:28:14+0100 -files : - - Persist/000000000000004e.tracev3: 10427216 bytes -count : 1 -size : 10427216 -kept : 63 files, 520713528 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-19 08:58:31+0100 -total : 15126341 -procs : - - [ 7915736, 52.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1722060, 11.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1006755, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 806408, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 616490, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 604558, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 581672, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 256352, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 151368, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 150274, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 116992, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 111420, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 109720, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 108120, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 60184, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 55754, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52797, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 48128, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 47587, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 44400, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-19 10:04:14+0100 -total : 14179454 -procs : - - [ 8663520, 61.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098952, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 891845, 6.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 653719, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 653595, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 339800, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 288645, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166208, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 160544, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 128464, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 120160, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 92485, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 91449, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 87536, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 64200, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63532, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 52368, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 44536, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 39932, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 32568, 0.2, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000075.tracev3 -time : 2025-06-19 10:12:48+0100 -total : 8479263 -procs : - - [ 2484471, 29.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1346058, 15.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1084138, 12.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 900848, 10.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 757030, 8.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 264242, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 214738, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 207984, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 192659, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 118568, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 95690, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 83304, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 82744, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 68845, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 56006, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 41000, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 39974, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 37613, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 37374, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 34544, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000008e.tracev3 -time : 2025-06-19 10:23:55+0100 -total : 38092483 -procs : - - [ 10035829, 26.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5829672, 15.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5332656, 14.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 3832304, 10.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1539867, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1410080, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1145370, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1080192, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1060201, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 547163, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 418005, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 370102, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 369902, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 366080, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 355192, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 301124, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 259440, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 233766, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 230232, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 211484, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-19 10:23:55+0100 -files : - - Persist/000000000000004f.tracev3: 5464752 bytes - - Persist/0000000000000050.tracev3: 2893584 bytes -count : 2 -size : 8358336 -kept : 62 files, 522807160 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-19 10:50:23+0100 -total : 12466810 -procs : - - [ 6156520, 49.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 894968, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 847056, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 823678, 6.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 547734, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 544480, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 323965, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 290784, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 272123, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 163384, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 160726, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 134824, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 116600, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 96458, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 91840, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 91811, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 72088, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 60896, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 58592, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 53874, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000076.tracev3 -time : 2025-06-19 11:02:32+0100 -total : 8456731 -procs : - - [ 2316716, 27.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1548247, 18.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 1460609, 17.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1295254, 15.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 393592, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 324858, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 196008, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 186616, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 105088, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 100742, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 81474, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 68887, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 53564, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 44222, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 39047, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 30888, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 29871, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/akd ] - - [ 27752, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 15485, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 11343, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-19 11:29:08+0100 -total : 12053498 -procs : - - [ 5247856, 43.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 885670, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 872015, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 732920, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 637375, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 543445, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 428438, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 409664, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 307408, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 288767, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 138443, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 135134, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 99625, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 97944, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 87058, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - - [ 86646, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 83040, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 76556, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 68414, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 60005, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000077.tracev3 -time : 2025-06-19 11:45:07+0100 -total : 8713001 -procs : - - [ 2848051, 32.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1543473, 17.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1344078, 15.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 1198520, 13.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 349312, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 281564, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 238419, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 171432, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 102142, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 98482, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 93052, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 81748, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 58220, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 48587, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 37744, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 26970, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 26552, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/akd ] - - [ 26416, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 19288, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsecd ] - - [ 18029, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000008f.tracev3 -time : 2025-06-19 11:46:13+0100 -total : 40826383 -procs : - - [ 8014917, 19.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7581664, 18.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 4145664, 10.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 4017692, 9.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 3342725, 8.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 2510057, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1161760, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1028827, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 967106, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 576020, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 508626, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 494319, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 429046, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 373435, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 370088, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 368199, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 360176, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 332579, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 327152, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 309169, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-19 11:46:13+0100 -files : - - Persist/0000000000000051.tracev3: 10407032 bytes -count : 1 -size : 10407032 -kept : 62 files, 522877456 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-19 12:27:29+0100 -total : 13879067 -procs : - - [ 8081600, 58.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1038537, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 840671, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 775075, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 642567, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 365060, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 264297, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 233516, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 176368, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 147552, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 142552, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 121253, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 114070, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 75920, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 72556, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 64872, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 58208, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 55825, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 55424, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 45004, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-24 08:42:28+0100 -files : - - Persist/0000000000000052.tracev3: 10434112 bytes -count : 1 -size : 10434112 -kept : 62 files, 518612032 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 08:43:33+0100 -total : 9666709 -procs : - - [ 1045008, 10.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 889508, 9.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 760592, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 584440, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 562687, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 515558, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 423732, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 359664, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 325849, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 281393, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 275498, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 256108, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 234092, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 205224, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 175257, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 157055, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 144716, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 128775, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 123890, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 112312, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000079.tracev3 -time : 2025-06-24 08:44:01+0100 -total : 9473913 -procs : - - [ 2622842, 27.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 963908, 10.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 685001, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 552284, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 521472, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 488778, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 483902, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 343902, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 323399, 3.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 318960, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 301197, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 265503, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 149248, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 112624, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 111913, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 100580, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 85698, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 83760, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 83530, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 83489, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000091.tracev3 -time : 2025-06-24 08:55:56+0100 -total : 40505411 -procs : - - [ 8889519, 21.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 6180424, 15.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 2270319, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1492476, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 1371508, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1354323, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 1163400, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1048968, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 1037058, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 995808, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 910061, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 850391, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 808128, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 758096, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 752460, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 685578, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 662404, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 621450, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 599111, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 573513, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-24 08:55:56+0100 -files : - - Persist/0000000000000053.tracev3: 10454920 bytes -count : 1 -size : 10454920 -kept : 62 files, 518645848 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 09:25:15+0100 -total : 14941642 -procs : - - [ 6090072, 40.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 3237249, 21.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 927264, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 901145, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 720248, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 622151, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 443485, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 387060, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 188104, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 135551, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 117756, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 105152, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 96862, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 80088, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 79288, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 71784, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 69056, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 59824, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 57104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 48352, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 10:28:11+0100 -total : 14178369 -procs : - - [ 9348968, 65.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1019131, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 830093, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 685025, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 605219, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 264101, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 159424, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 123872, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 122256, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 114582, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 112048, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 84451, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 72238, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 64920, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 54436, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 48296, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 35829, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 31021, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 28120, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 24400, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000092.tracev3 -time : 2025-06-24 11:22:06+0100 -total : 37221227 -procs : - - [ 11778305, 31.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7412992, 19.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6304239, 16.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1695416, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1374616, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1062297, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 1019558, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 624654, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 456165, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 439552, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 396758, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 373928, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 346186, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 327496, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 275008, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 274790, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 250871, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 201488, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 172489, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 169464, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-24 11:22:06+0100 -files : - - Persist/0000000000000054.tracev3: 10466840 bytes -count : 1 -size : 10466840 -kept : 62 files, 518649136 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 11:32:51+0100 -total : 14560899 -procs : - - [ 9498992, 65.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098793, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 869042, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 677361, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 657349, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 276491, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 183009, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 163664, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 124448, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 120248, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 89062, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 87695, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 85120, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 80086, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 72722, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 64736, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 58474, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 48248, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 47877, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 24376, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000007a.tracev3 -time : 2025-06-24 12:25:08+0100 -total : 8058021 -procs : - - [ 1635382, 20.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1383344, 17.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1157718, 14.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 928132, 11.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 912810, 11.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 480129, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 429942, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 232110, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 150341, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 137176, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 52599, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 51564, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 49887, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 49004, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 48503, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 44556, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 32201, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 24344, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 17307, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/akd ] - - [ 16176, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 12:33:13+0100 -total : 14048662 -procs : - - [ 8715544, 62.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1099480, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 862900, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 657422, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 656514, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 273482, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 272466, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 152640, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 128672, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 120136, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 119984, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 84339, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 79014, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 71774, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 67185, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 66336, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52940, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52176, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 47904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 34794, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 13:32:32+0100 -total : 14219809 -procs : - - [ 9278808, 65.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007722, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 839005, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 758394, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 617239, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 264219, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 181240, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 157010, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 149672, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 111968, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 111160, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 91097, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 56704, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 48400, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 47065, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 30026, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 28254, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 28040, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 27848, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VoiceShortcuts.framework/Support/siriactionsd ] - - [ 25762, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000093.tracev3 -time : 2025-06-24 13:34:43+0100 -total : 38128259 -procs : - - [ 10897880, 28.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 6695872, 17.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6113393, 16.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 2832856, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1593208, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1217112, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1039044, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 962393, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 914057, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 503688, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 374000, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 342277, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 299137, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 297792, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 296448, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 264728, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 258120, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 238274, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 199699, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 176672, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-24 13:34:43+0100 -files : - - Persist/0000000000000055.tracev3: 10414944 bytes -count : 1 -size : 10414944 -kept : 62 files, 518624944 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 20:43:28+0100 -total : 11201316 -procs : - - [ 1731464, 15.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 841390, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 819097, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 729035, 6.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 688832, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 662823, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 618616, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 386685, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 360208, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 304751, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 286360, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 276457, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 234112, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 199577, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 199407, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 182205, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 145032, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 131767, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 120232, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 116152, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000007c.tracev3 -time : 2025-06-24 21:11:42+0100 -total : 9823946 -procs : - - [ 2317838, 23.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1235097, 12.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 981198, 10.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 723741, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 609444, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 590127, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 353035, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 347341, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 323359, 3.3, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 312295, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 266496, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 149248, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 127953, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 112961, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 96552, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 91748, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 86992, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 85488, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 81955, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 80956, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000095.tracev3 -time : 2025-06-24 21:15:22+0100 -total : 41027797 -procs : - - [ 5321905, 13.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 5078426, 12.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 4340628, 10.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 4057206, 9.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 2170344, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 2107697, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1407091, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1172307, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 963757, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 950628, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 844490, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 789035, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 751752, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 626405, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 624381, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 616857, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 571238, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 501535, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 478079, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 470328, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-24 21:15:22+0100 -files : - - Persist/0000000000000056.tracev3: 10394872 bytes -count : 1 -size : 10394872 -kept : 63 files, 520612280 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-24 21:23:04+0100 -total : 14608870 -procs : - - [ 5738126, 39.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 5645952, 38.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 733224, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 546712, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 432610, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 390250, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 155503, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 135599, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 106176, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 100064, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 81328, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 71880, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 44824, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 44608, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 39696, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 31333, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 28067, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 27776, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 18941, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 16312, 0.1, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-25 09:25:24+0100 -files : - - Persist/0000000000000057.tracev3: 10489760 bytes -count : 1 -size : 10489760 -kept : 63 files, 514113072 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-25 09:31:28+0100 -total : 12255939 -procs : - - [ 3464145, 28.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1403990, 11.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 934656, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 807960, 6.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 681178, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 504240, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 432341, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 399304, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 348685, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 273419, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 244305, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 208582, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 183563, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 162649, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 133304, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 116512, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 95890, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - - [ 85200, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 75733, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/TextInput/kbd ] - - [ 66824, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000097.tracev3 -time : 2025-06-25 10:21:04+0100 -total : 40586980 -procs : - - [ 8914141, 22.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5372835, 13.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 3808625, 9.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3039301, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 2701990, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1083710, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1054923, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 1026609, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 969497, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 933796, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 640200, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 622751, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 600986, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 576771, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 573670, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 553028, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 524930, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 486672, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 477389, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 332480, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-25 10:21:04+0100 -files : - - Persist/0000000000000058.tracev3: 10465472 bytes -count : 1 -size : 10465472 -kept : 63 files, 514136248 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-25 10:40:11+0100 -total : 14885362 -procs : - - [ 10111352, 67.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1189702, 8.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 872993, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 677640, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 664698, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 267952, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 173840, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 127880, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 124274, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 82413, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 68076, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 64800, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 51972, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 50984, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 48304, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 28340, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 25357, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 24336, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23720, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 20296, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-25 11:46:12+0100 -total : 14971448 -procs : - - [ 10399456, 69.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098392, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 865639, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 723498, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 637886, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 276176, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166632, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 132176, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 124254, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 83757, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 72448, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 71882, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 48336, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 24280, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23620, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 20912, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 16325, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 15304, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 12437, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 8168, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000007e.tracev3 -time : 2025-06-25 12:06:06+0100 -total : 9116844 -procs : - - [ 2129143, 23.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1405986, 15.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1375480, 15.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 832631, 9.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 478230, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 324416, 3.6, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 315900, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 271216, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 207247, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 138342, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 127053, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 111680, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 109985, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 101864, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 99632, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 85488, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 84358, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 76364, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 75514, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 58404, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/sharingd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-25 12:50:13+0100 -total : 14736452 -procs : - - [ 9907544, 67.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098280, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 824467, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 671474, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 645105, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 259466, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 161968, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 124112, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 120184, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 112224, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 89433, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 76292, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 68168, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 65184, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 53468, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 47960, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 47554, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 38369, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 24432, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23532, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - ---- !logd statistics record -type : File Rotate -file : Persist/0000000000000098.tracev3 -time : 2025-06-25 12:52:00+0100 -total : 37707139 -procs : - - [ 12017106, 31.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7960904, 21.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6640702, 17.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1789416, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1424584, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1000594, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 969425, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 648207, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 447076, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 446834, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 369728, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 345904, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 338776, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 282568, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 282153, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 254237, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 209848, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 191604, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 178839, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 176240, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-25 12:52:00+0100 -files : - - Persist/0000000000000059.tracev3: 10397104 bytes -count : 1 -size : 10397104 -kept : 63 files, 514105096 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-28 08:40:19+0100 -total : 11019398 -procs : - - [ 1680945, 15.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 898536, 8.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 853819, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 761081, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 643700, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 597972, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 591872, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 443772, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 343168, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 308642, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 292955, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 279974, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 275922, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 269972, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 178168, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 140933, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 130233, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 126697, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 108696, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 92623, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000080.tracev3 -time : 2025-06-28 08:57:11+0100 -total : 9209767 -procs : - - [ 2851194, 31.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 652697, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 637320, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 561317, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 555061, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 483030, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 362100, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 327065, 3.6, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 302427, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 295374, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 212606, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 168352, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 114745, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 114532, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 106912, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 103120, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 92868, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 89770, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 84366, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 80816, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-30 22:43:16+0100 -files : - - Persist/000000000000005a.tracev3: 10421088 bytes -count : 1 -size : 10421088 -kept : 64 files, 515408768 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-30 22:44:36+0100 -total : 10318592 -procs : - - [ 981934, 9.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 927996, 9.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 763861, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 746870, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 687012, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 545312, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 434746, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 427929, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 387861, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 382680, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 313926, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 309514, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 306843, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 278898, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 197688, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 158163, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 144126, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 116087, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 112864, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 112405, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000009b.tracev3 -time : 2025-06-30 23:08:02+0100 -total : 40730586 -procs : - - [ 8894500, 21.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5681977, 14.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3115124, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1503398, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1451274, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1240876, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1156786, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1053791, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 1034553, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 932168, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 931143, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 911124, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 871123, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 854170, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 742440, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 628405, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 622571, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 610758, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 575477, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 498033, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-06-30 23:08:02+0100 -files : - - Persist/000000000000005b.tracev3: 10444728 bytes -count : 1 -size : 10444728 -kept : 64 files, 515414608 bytes - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000082.tracev3 -time : 2025-06-30 23:11:01+0100 -total : 9503072 -procs : - - [ 2726425, 28.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 880033, 9.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 680748, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 648589, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 608305, 6.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 573637, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 487345, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 323399, 3.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 302494, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 291966, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 210791, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 160912, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 112625, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 101944, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 101436, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 100484, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 94551, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 91140, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 83656, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 72187, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-06-30 23:32:25+0100 -total : 14848108 -procs : - - [ 6773280, 45.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 3087443, 20.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 824182, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 740864, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 730978, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 508897, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 485738, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 236356, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 121264, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 119030, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 109648, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 92352, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 89544, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 73176, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 60384, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 55096, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 51392, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 50723, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 48160, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 40112, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-01 00:38:29+0100 -total : 14611327 -procs : - - [ 9595776, 65.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1099770, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 858095, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 650492, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 641568, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 279264, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166632, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 129509, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 128072, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 123072, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 120528, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 89689, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 87448, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 75820, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 64832, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 55880, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 51780, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 40318, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 31085, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 24091, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000009c.tracev3 -time : 2025-07-01 01:41:01+0100 -total : 36867282 -procs : - - [ 12141947, 32.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7699280, 20.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6744596, 18.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1763920, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1069898, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1065839, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 774704, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 488048, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 394248, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 361300, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 342912, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 342859, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 321522, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 294968, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 283217, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 252706, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 218520, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 195784, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 154742, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 150493, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-01 01:41:01+0100 -files : - - Persist/000000000000005c.tracev3: 8086896 bytes -count : 1 -size : 8086896 -kept : 64 files, 517764424 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-01 01:48:12+0100 -total : 15040422 -procs : - - [ 10209656, 67.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1189959, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 899086, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 700290, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 690554, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 286553, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 176384, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 135944, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 132136, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 84191, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 75818, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 73296, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52424, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52248, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 42336, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 28062, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 27454, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 24392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 19712, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 16260, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-01 08:24:35+0100 -total : 12016221 -procs : - - [ 2941424, 24.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1734175, 14.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 993869, 8.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 733318, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 676162, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 641830, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 610323, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 380993, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 313635, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 310095, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 273776, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 144672, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 141502, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 123697, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 92538, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - - [ 89739, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 88071, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 84504, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 66824, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 65004, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-03 17:57:54+0100 -files : - - Persist/000000000000005d.tracev3: 8635280 bytes -count : 1 -size : 8635280 -kept : 65 files, 518938832 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-03 17:58:55+0100 -total : 10577209 -procs : - - [ 1047352, 9.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 934744, 8.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 802833, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 777208, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 727125, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 581424, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 523544, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 520788, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 339128, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 293664, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 286725, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 282417, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 275450, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 258109, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 189704, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 140583, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 137739, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 126110, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 116560, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 112256, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000085.tracev3 -time : 2025-07-03 17:59:03+0100 -total : 9773924 -procs : - - [ 2695467, 27.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 970383, 9.9, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 856818, 8.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 701345, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 549951, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 519362, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 487296, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 475680, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 296582, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 291223, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 211887, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 166312, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 111969, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 104508, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 101720, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 101332, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 98520, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 83600, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 82882, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 79811, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Persist/000000000000009f.tracev3 -time : 2025-07-03 18:28:33+0100 -total : 40422332 -procs : - - [ 8888772, 22.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5502239, 13.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 2032535, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1782689, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1643961, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1268621, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 1157809, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1142703, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1038961, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 1037987, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 946125, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 941257, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 919617, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 859617, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 677645, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 663912, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 622588, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 577870, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 574538, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 514300, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-03 18:28:33+0100 -files : - - Persist/000000000000005e.tracev3: 5997632 bytes -count : 1 -size : 5997632 -kept : 65 files, 523387376 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-03 19:12:39+0100 -total : 14262340 -procs : - - [ 4521144, 31.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 2429586, 17.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1257140, 8.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 1027071, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 778944, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 752416, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 749681, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 714640, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 283432, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 179416, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 137744, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 134925, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 127432, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 117385, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 110296, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 76360, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 73296, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 73096, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 69096, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 55692, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-05 10:51:56+0100 -files : - - Persist/000000000000005f.tracev3: 5573328 bytes -count : 1 -size : 5573328 -kept : 65 files, 521659128 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 10:53:07+0100 -total : 10067096 -procs : - - [ 1017803, 10.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 933017, 9.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 761484, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 748777, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 590392, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 493737, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 483092, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 421148, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 416215, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 415432, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 286891, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 276395, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 228513, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 220657, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 161568, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 146999, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 141438, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 115894, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 111912, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 99635, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000087.tracev3 -time : 2025-07-05 10:53:11+0100 -total : 9445976 -procs : - - [ 2153845, 22.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1293677, 13.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 1124262, 11.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 692410, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 553958, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 518781, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 414312, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 323637, 3.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 303566, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 295492, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 211103, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 168448, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 112921, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 101592, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 91140, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 84396, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 83441, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 80689, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 76360, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 68686, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a1.tracev3 -time : 2025-07-05 11:03:01+0100 -total : 40970797 -procs : - - [ 8873542, 21.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 6506281, 15.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 2066289, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 2061072, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1500442, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1495287, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 1161289, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1051771, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 953751, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 866693, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 818363, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 816052, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 781978, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 765110, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 737936, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 713148, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 682643, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 682566, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 621918, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 572782, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-05 11:03:01+0100 -files : - - Persist/0000000000000060.tracev3: 5212600 bytes - - Persist/0000000000000061.tracev3: 4143272 bytes -count : 2 -size : 9355872 -kept : 64 files, 522748064 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 11:19:58+0100 -total : 15078526 -procs : - - [ 3969149, 26.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 3423000, 22.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 3246184, 21.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 953296, 6.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 457638, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 449712, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 421295, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 289940, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 288606, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 245087, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 119520, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 117940, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 116233, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 79480, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 69040, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 68832, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 68264, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 51928, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 51424, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 48248, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 12:05:53+0100 -total : 15570591 -procs : - - [ 6647110, 42.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 5665744, 36.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 732417, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 550208, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 438216, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 430965, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 151848, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 115752, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 114096, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 80072, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 79304, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 69232, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 60960, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 57928, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 51440, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44768, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 44664, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 40360, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 24032, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 23548, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 12:50:00+0100 -total : 15405638 -procs : - - [ 6379640, 41.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 5669680, 36.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 823927, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 594120, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 468086, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 438360, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 160416, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 125816, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 111936, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 88272, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 79720, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 56912, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 53562, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 52824, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 40720, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 40376, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 32264, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 20957, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 16160, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 15824, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a2.tracev3 -time : 2025-07-05 12:54:31+0100 -total : 38867982 -procs : - - [ 13573433, 34.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 8769834, 22.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5588088, 14.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5040790, 13.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1253920, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 686617, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 539512, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 339316, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 318992, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 267864, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 249664, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 210248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 204050, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 169272, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 164248, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 144867, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 108160, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 96253, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 92938, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 81336, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-05 12:54:31+0100 -files : - - Persist/0000000000000062.tracev3: 5058736 bytes - - Persist/0000000000000063.tracev3: 4944480 bytes -count : 2 -size : 10003216 -kept : 63 files, 523229712 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 13:33:04+0100 -total : 15167717 -procs : - - [ 6241032, 41.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 5780080, 38.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 732208, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 560359, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 438429, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 431082, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 160495, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 110160, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 108544, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 80128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 80120, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 50955, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 44800, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 44568, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 40728, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 28048, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 24224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 20328, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 19904, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 15688, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 14:15:46+0100 -total : 15137627 -procs : - - [ 6173232, 40.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 5657824, 37.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 732920, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 524864, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 449124, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 427882, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 148496, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 108120, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 105880, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 92793, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 91282, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 80136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 75504, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 51152, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 49034, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 44800, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 44120, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 35000, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 32918, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 28112, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a3.tracev3 -time : 2025-07-05 14:46:21+0100 -total : 39206849 -procs : - - [ 13592797, 34.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 8830941, 22.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5608096, 14.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5046403, 12.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1273032, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 715024, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 675608, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 329864, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 272376, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 250792, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 226799, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 210496, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 207640, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 178952, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 177582, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 169648, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 164396, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 111743, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 104360, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 100486, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-05 14:46:21+0100 -files : - - Persist/0000000000000064.tracev3: 5228856 bytes - - Persist/0000000000000065.tracev3: 4658504 bytes -count : 2 -size : 9887360 -kept : 62 files, 523755352 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 14:57:26+0100 -total : 14885862 -procs : - - [ 6037256, 40.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 5563896, 37.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 732872, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 543264, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 447858, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 419606, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 155496, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 127867, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 126440, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 105576, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 80128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 75728, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 65766, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 59272, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 44728, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 44320, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 39024, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 28184, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VoiceShortcuts.framework/Support/siriactionsd ] - - [ 27912, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 16288, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 15:39:19+0100 -total : 15114793 -procs : - - [ 6060493, 40.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 6049240, 40.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 640890, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 486577, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 429636, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 379266, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 139418, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 105576, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 97712, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 91273, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 72040, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 68480, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 52925, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed ] - - [ 50775, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 43896, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 40736, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 35938, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 32729, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 24224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 24096, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000088.tracev3 -time : 2025-07-05 15:50:32+0100 -total : 8253315 -procs : - - [ 1682592, 20.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1569148, 19.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1541115, 18.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 616041, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 584375, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 578974, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 198331, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 184392, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 159420, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 140901, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 101608, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 97808, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 90665, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 68818, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 64824, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 60348, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 50976, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 48712, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 39529, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 39304, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-05 16:16:12+0100 -total : 14662557 -procs : - - [ 5356696, 36.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 5342664, 36.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 640898, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 506266, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 445764, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 430606, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HomeKitDaemon.framework/Support/homed ] - - [ 403487, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 273947, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 143404, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 93584, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 93280, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 84300, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 71488, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 68184, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 67715, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 64407, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 58256, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 55716, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 54543, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 40736, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a4.tracev3 -time : 2025-07-05 16:22:34+0100 -total : 40794921 -procs : - - [ 11726078, 28.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 7883725, 19.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 4899136, 12.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 4282084, 10.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 2829272, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1242530, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1166464, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 914001, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 679368, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 638667, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 394816, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/configd_sim ] - - [ 393078, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 295288, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 276648, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 251859, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 216200, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 186552, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 184896, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 157512, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 138923, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-05 16:22:34+0100 -files : - - Persist/0000000000000066.tracev3: 4784520 bytes - - Persist/0000000000000067.tracev3: 5191160 bytes -count : 2 -size : 9975680 -kept : 61 files, 524250528 bytes - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 07:14:54+0100 -files : - - Persist/0000000000000068.tracev3: 5125640 bytes -count : 1 -size : 5125640 -kept : 61 files, 522207816 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 07:15:57+0100 -total : 11525775 -procs : - - [ 2677448, 23.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1161122, 10.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 939958, 8.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 707052, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 587243, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 377761, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 339640, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 317616, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 313392, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 302952, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 284122, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 275787, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 265733, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 225766, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 175071, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 162317, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 120228, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 116736, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 112772, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - - [ 112072, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a6.tracev3 -time : 2025-07-06 07:54:01+0100 -total : 40878794 -procs : - - [ 8892644, 21.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 4576071, 11.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 4195142, 10.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 2250106, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 2194573, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1243072, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1139334, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1010516, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 988808, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 965740, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 955237, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 942352, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 754511, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 741424, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 641316, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 622811, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 572325, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 543496, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 437034, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 410216, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 07:54:01+0100 -files : - - Persist/0000000000000069.tracev3: 5131032 bytes - - Persist/000000000000006a.tracev3: 5240976 bytes -count : 2 -size : 10372008 -kept : 60 files, 522314416 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 08:29:07+0100 -total : 15352883 -procs : - - [ 8838320, 57.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1189800, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 965216, 6.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 794496, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 714146, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 693966, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 308168, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 184864, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 146396, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 131784, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 129934, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 127120, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 95995, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 89048, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 72496, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 72326, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 60304, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 56048, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 55800, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 52139, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000008a.tracev3 -time : 2025-07-06 08:40:18+0100 -total : 9363665 -procs : - - [ 2375452, 25.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 981210, 10.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 943754, 10.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 683882, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 671847, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 479260, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 362500, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 323610, 3.5, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 305342, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 212031, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 178132, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 161776, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 113003, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 105052, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 102440, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 102296, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 101030, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 92817, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 91140, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 79494, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 09:47:37+0100 -total : 15529338 -procs : - - [ 9998608, 64.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1373555, 8.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 1033256, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 848834, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 779845, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 316144, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 198856, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 155880, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 152112, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 91116, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 81360, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 80437, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 60216, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 56752, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 44912, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 36392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 31376, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 28328, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 27696, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 23762, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a7.tracev3 -time : 2025-07-06 10:33:12+0100 -total : 36631969 -procs : - - [ 12399849, 33.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8162336, 22.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7304196, 19.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1820472, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1002817, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 995119, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 518968, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 473232, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 385110, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 377608, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 357200, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 321852, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 302568, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 291032, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 225648, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 184800, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 145251, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 132688, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 116472, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 113904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 10:33:12+0100 -files : - - Persist/000000000000006b.tracev3: 9151792 bytes -count : 1 -size : 9151792 -kept : 60 files, 523619248 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 10:57:41+0100 -total : 14428430 -procs : - - [ 8894992, 61.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1191030, 8.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 894313, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 710967, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 697973, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 279191, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 184076, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 177232, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 176436, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 131368, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 128328, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 85456, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 78160, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 72224, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 68136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56488, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 55600, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52232, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 48904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PassKitCore.framework/passd ] - - [ 43920, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 11:56:02+0100 -total : 13530020 -procs : - - [ 7411208, 54.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007482, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 944909, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 731770, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 620993, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 305155, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 275707, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 204328, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 204240, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 176836, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 147552, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 133949, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 131429, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 114504, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 97324, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 69032, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 65862, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 64056, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 58952, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 52456, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000008b.tracev3 -time : 2025-07-06 11:56:07+0100 -total : 7917266 -procs : - - [ 1825261, 23.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1742555, 22.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1250216, 15.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 953635, 12.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 390012, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 381940, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 208753, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 166792, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 147594, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 129113, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 121472, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 81604, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 56699, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 44648, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 36549, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 33142, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 32088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 25886, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 24429, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 21013, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a8.tracev3 -time : 2025-07-06 12:33:22+0100 -total : 37815720 -procs : - - [ 10236278, 27.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 6095568, 16.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5671743, 15.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 3137064, 8.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1484032, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1243191, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1018260, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1018189, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 964625, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 555528, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 504367, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 390472, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 383962, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 356930, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 283453, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 269592, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 266969, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 245359, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 233176, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 222516, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 12:33:22+0100 -files : - - Persist/000000000000006c.tracev3: 5042312 bytes - - Persist/000000000000006d.tracev3: 5021744 bytes -count : 2 -size : 10064056 -kept : 59 files, 523985888 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 13:05:44+0100 -total : 14907354 -procs : - - [ 9175408, 61.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1279349, 8.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 936369, 6.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 882645, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 786883, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 292545, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 188512, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 176384, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 154008, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 137820, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 99944, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 89681, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 85368, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 76328, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56528, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 56232, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 51292, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 28384, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 27837, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 26992, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 14:22:25+0100 -total : 15726263 -procs : - - [ 10278752, 65.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1281524, 8.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 938762, 6.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 779034, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 754445, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 292376, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 193768, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 140224, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 139104, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 105672, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 92624, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 80058, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 78869, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 76032, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 68592, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 55928, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52328, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 48268, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 39520, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 28328, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000a9.tracev3 -time : 2025-07-06 15:08:07+0100 -total : 36969621 -procs : - - [ 12130437, 32.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8432432, 22.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7164863, 19.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1909640, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 982514, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 954192, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 671216, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 495268, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 459408, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 357504, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 346672, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 296040, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 293296, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 285039, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 229910, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 214544, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 176888, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 175537, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 171878, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 109896, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 15:08:07+0100 -files : - - Persist/000000000000006e.tracev3: 5527520 bytes - - Persist/000000000000006f.tracev3: 5157400 bytes -count : 2 -size : 10684920 -kept : 58 files, 523673464 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 15:29:05+0100 -total : 15922213 -procs : - - [ 8934072, 56.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1730717, 10.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1098584, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 851615, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 732078, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 657380, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 656609, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 267864, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 168328, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 131264, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 112136, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 73008, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 68272, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52336, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 48360, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 40160, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36576, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 24448, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 20342, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 16:47:01+0100 -total : 15838687 -procs : - - [ 10466424, 66.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1373018, 8.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 980976, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 792058, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 785908, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 315664, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 197160, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 152120, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 151888, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 84697, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 76376, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 68936, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 59776, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 55648, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 48440, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 32496, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 24874, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 23736, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 22272, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 20381, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000aa.tracev3 -time : 2025-07-06 17:34:10+0100 -total : 38748555 -procs : - - [ 11421832, 29.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8045512, 20.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6565237, 16.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4326642, 11.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1794950, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 951687, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 934486, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 538364, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 474760, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 414732, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 345344, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 327496, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 325495, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 275680, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 268668, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 221041, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 210608, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 177672, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 143633, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 105792, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 17:34:10+0100 -files : - - Persist/0000000000000070.tracev3: 10424344 bytes -count : 1 -size : 10424344 -kept : 58 files, 523727992 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 18:02:22+0100 -total : 15567473 -procs : - - [ 10373312, 66.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1282092, 8.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 953292, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 777998, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 758406, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 308304, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 190800, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 146968, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 140280, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 99387, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 80550, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 76384, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 43192, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36760, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 28167, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/appleaccountd ] - - [ 24376, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23816, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 20279, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 14672, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000008c.tracev3 -time : 2025-07-06 18:05:57+0100 -total : 9290397 -procs : - - [ 2264496, 24.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1987275, 21.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1789433, 19.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 1278006, 13.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 732878, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 306724, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 229424, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 97276, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 93260, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 81036, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 48268, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 47718, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 40528, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 39556, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 32128, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 31480, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 25010, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 22950, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 22882, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 22686, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 19:15:47+0100 -total : 14967616 -procs : - - [ 9554200, 63.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1266012, 8.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 996815, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 774760, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 718462, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 319942, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 185288, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 148128, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 136096, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 80178, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 76312, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 70159, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 60712, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 57720, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 53840, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 48583, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 40015, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 33865, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 32243, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 28400, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000ab.tracev3 -time : 2025-07-06 19:58:00+0100 -total : 37788581 -procs : - - [ 11533075, 30.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7578392, 20.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6670671, 17.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1767528, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1522048, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 987960, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 953433, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 645791, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 623604, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 510476, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 413812, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 369840, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 329806, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 322608, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 275360, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 271595, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 244343, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 194064, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 171920, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 163312, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 19:58:00+0100 -files : - - Persist/0000000000000071.tracev3: 10453952 bytes -count : 1 -size : 10453952 -kept : 58 files, 523757032 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 20:13:49+0100 -total : 13452997 -procs : - - [ 7654464, 56.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 931708, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 911974, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 761716, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 592060, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 458085, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 292708, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 197449, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 185584, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 168803, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 147128, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 141904, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 136708, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 105768, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 99951, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 64496, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52064, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 48511, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 32930, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - - [ 29062, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000008d.tracev3 -time : 2025-07-06 20:21:46+0100 -total : 8877015 -procs : - - [ 2169741, 24.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 1320180, 14.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1172124, 13.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1094459, 12.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 921920, 10.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 588440, 6.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 295492, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 274928, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 200757, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 91126, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 85488, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 84240, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 65236, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 40221, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 39044, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 38611, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 38550, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 29967, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/akd ] - - [ 27212, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 22015, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 21:03:39+0100 -total : 13158195 -procs : - - [ 6590536, 50.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1011690, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 1002443, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 929032, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 675324, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 458229, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 336102, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 310584, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 299978, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 196232, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 125928, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 110202, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 83979, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 82864, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 60872, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 58960, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 55968, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 45105, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - - [ 44039, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 42016, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/remindd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000ac.tracev3 -time : 2025-07-06 21:30:52+0100 -total : 40583938 -procs : - - [ 8562012, 21.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 6983200, 17.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 4734014, 11.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4681600, 11.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 2735321, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 2297355, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1232568, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1033517, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 1025400, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 566251, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 559503, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 508926, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 388354, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 353768, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 283794, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 254593, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 249647, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 249294, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeAgent ] - - [ 246854, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 236419, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-06 21:30:52+0100 -files : - - Persist/0000000000000072.tracev3: 10472568 bytes -count : 1 -size : 10472568 -kept : 58 files, 523739904 bytes - ---- !logd statistics record -type : File Rotate -file : Special/000000000000008e.tracev3 -time : 2025-07-06 22:02:02+0100 -total : 8666063 -procs : - - [ 2182418, 25.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1571285, 18.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1363787, 15.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1184064, 13.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 694144, 8.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 292868, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 226193, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 210334, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 202635, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 155808, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 113299, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 62192, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 59170, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 56486, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 37255, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 36443, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 26278, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 25191, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 17320, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 16595, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/akd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-06 22:13:04+0100 -total : 14895327 -procs : - - [ 9801936, 65.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1190518, 8.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 866794, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 712945, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 707103, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 275813, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 183194, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 175536, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 131672, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 129830, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 79912, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 76144, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 72088, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 68041, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 67362, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 36178, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 28119, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 24336, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23744, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 21610, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-14 22:31:42+0100 -files : - - Persist/0000000000000073.tracev3: 10463272 bytes -count : 1 -size : 10463272 -kept : 58 files, 520789360 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-14 22:32:37+0100 -total : 10389399 -procs : - - [ 878259, 8.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 814143, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 731865, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 699359, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 677627, 6.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 592880, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 581501, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 514603, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 512107, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 302660, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 299008, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 289478, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 274195, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 254295, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 239973, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 173480, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 144187, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 129521, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 123864, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 116408, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000090.tracev3 -time : 2025-07-14 22:32:41+0100 -total : 9564626 -procs : - - [ 2506722, 26.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1548769, 16.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 891873, 9.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 518315, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 513079, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 448791, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 338363, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 323359, 3.4, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 300277, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 291975, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 220211, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 166312, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 137254, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 113001, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 102576, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 98577, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 88332, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 83760, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 83684, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 74678, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000ae.tracev3 -time : 2025-07-14 22:43:05+0100 -total : 39944791 -procs : - - [ 8895513, 22.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5383385, 13.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 2559974, 6.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 2076746, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 1259960, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 1139956, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1067739, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 1022791, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 986907, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 839783, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 833835, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 796249, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 792216, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 787064, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 784790, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 732418, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 682953, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 622835, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 622273, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 568710, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-14 22:43:05+0100 -files : - - Persist/0000000000000074.tracev3: 10441968 bytes -count : 1 -size : 10441968 -kept : 58 files, 520818896 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-14 23:09:16+0100 -total : 14494445 -procs : - - [ 5772352, 39.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 2598466, 17.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1229071, 8.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 719552, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 609090, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 608010, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 400082, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 390646, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 362506, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 295340, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 123311, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 105608, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 101560, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 92432, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 89607, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 69136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 68179, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 67656, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 64924, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 62912, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 00:13:14+0100 -total : 15026855 -procs : - - [ 10368312, 69.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1039290, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 828456, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 660792, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 593658, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 224298, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 198872, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161968, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 119240, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 116110, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 76728, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73320, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 60048, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 52928, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 51688, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 43888, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 42440, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36264, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 24280, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000af.tracev3 -time : 2025-07-15 01:16:25+0100 -total : 36499536 -procs : - - [ 11899592, 32.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8162320, 22.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7999863, 21.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1809448, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 917759, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 906688, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 531064, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 460724, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 364446, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 349296, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 344040, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 285968, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 279224, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 230208, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 215768, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 164947, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 148704, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 146856, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 138512, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 115713, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 01:16:25+0100 -files : - - Persist/0000000000000075.tracev3: 10459472 bytes -count : 1 -size : 10459472 -kept : 58 files, 520813784 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 01:17:16+0100 -total : 14902216 -procs : - - [ 10262856, 68.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1142207, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 811736, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 653846, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 646176, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 228120, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 171040, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161968, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 124274, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115064, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 77344, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 76124, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73272, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63674, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 48360, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 40216, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 24376, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23532, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 19776, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 02:21:17+0100 -total : 14963015 -procs : - - [ 10128016, 67.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1102816, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 820240, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 662092, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 653476, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 222944, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170528, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161544, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115552, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 81504, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 76128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 60008, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 56352, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 55808, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52484, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 44160, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38296, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 03:25:17+0100 -total : 14885142 -procs : - - [ 10301504, 69.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1082976, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 811024, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 658132, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 628765, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 226592, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170528, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161968, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115568, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 77432, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 76132, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 59957, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 48296, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 39992, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 24336, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23532, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 19712, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b0.tracev3 -time : 2025-07-15 03:49:20+0100 -total : 37073072 -procs : - - [ 11912981, 32.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8134176, 21.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 8008406, 21.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1805920, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 928385, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 911114, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 743064, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 661136, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 464536, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 345088, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 342912, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 294448, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 279410, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 238296, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 215584, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 210388, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 161992, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 148376, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 138702, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 132270, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 03:49:20+0100 -files : - - Persist/0000000000000076.tracev3: 10455040 bytes -count : 1 -size : 10455040 -kept : 58 files, 520827264 bytes - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000091.tracev3 -time : 2025-07-15 04:27:02+0100 -total : 8414134 -procs : - - [ 2025824, 24.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1913421, 22.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1854752, 22.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 735166, 8.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 692330, 8.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 227077, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 219752, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 185288, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 113794, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 80717, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 72920, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 40528, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 31640, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 28104, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 24024, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 20080, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 19078, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 16104, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 15720, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DoNotDisturbServer.framework/Support/donotdisturbd ] - - [ 12152, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXAssetLoader.framework/Support/axassetsd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 04:29:17+0100 -total : 14951583 -procs : - - [ 10363792, 69.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1090088, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 813624, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 659057, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 624522, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 226448, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170808, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161968, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115336, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 69112, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 64558, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 52016, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44120, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38088, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 24376, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23532, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 20279, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 05:33:17+0100 -total : 14949902 -procs : - - [ 10281008, 68.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1094168, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 823200, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 662524, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 625535, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 227240, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170536, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161544, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115536, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 64259, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 55808, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 40000, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38320, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 24344, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23532, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Helpers/ProtectedCloudKeySyncing ] - - [ 20424, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b1.tracev3 -time : 2025-07-15 06:27:36+0100 -total : 36983420 -procs : - - [ 12331012, 33.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 8355520, 22.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 8291755, 22.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1854072, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 959659, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 948874, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 482216, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 361472, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 354568, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 299040, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 290944, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 289629, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 246456, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 227000, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 221814, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 157072, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 147136, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 113920, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 112225, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 93392, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 06:27:36+0100 -files : - - Persist/0000000000000077.tracev3: 10449616 bytes -count : 1 -size : 10449616 -kept : 58 files, 520858880 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 06:32:04+0100 -total : 14948729 -procs : - - [ 9313832, 62.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1082625, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 773080, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 709167, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 690800, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 608856, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 471112, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 208080, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170896, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 148824, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 116166, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 111072, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 88152, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 76128, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 73208, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 61104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 40112, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 28600, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 24941, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 20160, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 07:32:46+0100 -total : 15074329 -procs : - - [ 9461136, 62.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1041372, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1007219, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 751808, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 669208, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 596761, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 211456, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 158088, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 153488, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 126048, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 108248, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 107456, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 72088, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 68065, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 61024, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 55504, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 52016, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 39936, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32464, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 08:34:40+0100 -total : 14363912 -procs : - - [ 9619368, 67.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1099305, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 807505, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 633434, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 623366, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 223936, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 162840, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 156456, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 127459, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 120184, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 111472, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 69176, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 61056, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 59851, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 44680, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 40168, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32333, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 28224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 28025, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 27024, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/appleaccountd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b2.tracev3 -time : 2025-07-15 08:46:25+0100 -total : 38096924 -procs : - - [ 10980095, 28.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7090688, 18.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7087689, 18.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4598014, 12.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1594198, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 883071, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 852234, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 527165, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 419164, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 409000, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 337560, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 311328, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 300624, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 262640, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 255511, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 251806, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 216908, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 214504, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 179563, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 136664, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 08:46:25+0100 -files : - - Persist/0000000000000078.tracev3: 10366144 bytes -count : 1 -size : 10366144 -kept : 58 files, 520896424 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 09:38:25+0100 -total : 14465269 -procs : - - [ 9730320, 67.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1006922, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 794591, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 675168, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 581153, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 223741, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 161544, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 154896, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 112056, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 110856, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 85448, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 79906, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 72087, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 65152, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 61088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 60086, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 56464, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 54016, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 49968, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 44552, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000092.tracev3 -time : 2025-07-15 10:32:05+0100 -total : 8072443 -procs : - - [ 2050704, 25.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1959758, 24.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 790157, 9.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 767392, 9.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 716698, 8.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 302516, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 234708, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 226408, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 115690, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 85488, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 84837, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 80960, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 65957, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 63398, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 44488, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 44320, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 42096, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrivacyAccounting.framework/Versions/A/Resources/privacyaccountingd ] - - [ 41404, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 30478, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 29896, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 10:32:11+0100 -total : 13800296 -procs : - - [ 7798928, 56.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007019, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 730172, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 601320, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 551868, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 468101, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 274151, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 257897, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 207864, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 167072, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 135680, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 114248, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 109934, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 108304, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 105264, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 103048, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 90784, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 84558, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 77685, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/PlugIns/SearchPoirotExtension.appex/SearchPoirotExtension ] - - [ 73176, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b3.tracev3 -time : 2025-07-15 10:57:05+0100 -total : 37194799 -procs : - - [ 10389471, 27.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 6555008, 17.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6401386, 17.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1612413, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1468064, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1118995, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 856032, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 803827, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 630239, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 628964, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 622425, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 621544, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 402518, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 394392, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 329376, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 293280, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 246331, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 244591, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 242008, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 208131, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 10:57:05+0100 -files : - - Persist/0000000000000079.tracev3: 10443944 bytes -count : 1 -size : 10443944 -kept : 58 files, 520926384 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 11:31:57+0100 -total : 14302148 -procs : - - [ 9427520, 65.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1006668, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 777620, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 627850, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 601179, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 263864, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 155144, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 150944, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 112048, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 103616, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 100169, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 81240, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 80237, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 61056, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 60952, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 60408, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 51934, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/adprivacyd ] - - [ 47704, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 40524, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 40208, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 12:37:41+0100 -total : 15028852 -procs : - - [ 10259448, 68.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098233, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 808672, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 716484, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 629728, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 231456, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166528, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 166208, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120248, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 119552, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76124, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 76077, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 68568, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 64086, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 55539, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 40272, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38312, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 32424, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 24424, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b4.tracev3 -time : 2025-07-15 13:55:46+0100 -total : 36554393 -procs : - - [ 12290670, 33.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7920640, 21.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7899352, 21.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1811344, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 975986, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 969855, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 500664, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 485408, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 361488, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 353440, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 302096, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 297796, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 289770, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 264984, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 246280, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 152072, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 143332, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 132013, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 118040, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 92098, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaAnalysis.framework/mediaanalysisd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 13:55:46+0100 -files : - - Persist/000000000000007a.tracev3: 10476472 bytes -count : 1 -size : 10476472 -kept : 58 files, 520925192 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 14:04:53+0100 -total : 14980178 -procs : - - [ 9990672, 66.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1190008, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 842872, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 698092, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 665440, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 235616, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 186792, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 167480, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 128280, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 123568, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 77408, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 76136, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 68800, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 64640, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56609, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 51736, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44512, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 43936, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38312, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 28440, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000093.tracev3 -time : 2025-07-15 15:07:35+0100 -total : 8623585 -procs : - - [ 1415984, 16.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1275032, 14.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1216707, 14.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1173195, 13.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 1029111, 11.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 477332, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 449414, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 398581, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 157360, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 141440, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 99048, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 71150, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 66984, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 56569, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 50360, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 50097, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 48576, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 36421, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 35792, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 34092, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MusicLibrary.framework/Support/medialibraryd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 15:22:35+0100 -total : 14529757 -procs : - - [ 7664200, 52.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1734315, 11.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 859262, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 686308, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 662729, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 575543, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 564832, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 188474, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 129320, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 126040, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 115944, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 111967, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 99162, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 96098, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 91584, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 90209, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 70055, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 56088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52960, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 39935, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b5.tracev3 -time : 2025-07-15 16:09:10+0100 -total : 40439186 -procs : - - [ 8955123, 22.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5362376, 13.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5324451, 13.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4355556, 10.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 4065136, 10.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1849488, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1369235, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1336768, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 825507, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 772826, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 535979, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 422182, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 347202, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 341836, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 341752, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 293963, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 283204, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 239512, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 230194, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 213738, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 16:09:10+0100 -files : - - Persist/000000000000007b.tracev3: 10443400 bytes -count : 1 -size : 10443400 -kept : 58 files, 520911184 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 16:12:50+0100 -total : 13285120 -procs : - - [ 7692256, 57.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 880429, 6.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 712285, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 703058, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 524698, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 456501, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 316233, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 232760, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 199989, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 134136, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 127200, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 101262, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 96230, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 91552, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 79050, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 76529, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 71147, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 59472, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 58453, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - - [ 57024, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000094.tracev3 -time : 2025-07-15 16:44:42+0100 -total : 8229701 -procs : - - [ 3149709, 38.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1384936, 16.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1160256, 14.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 571968, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 525584, 6.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 324858, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 224189, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 191116, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 183500, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 78032, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 60216, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 43884, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 41449, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 31870, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 28041, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 25374, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 24288, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 22468, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 20354, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 19288, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 17:14:33+0100 -total : 14368008 -procs : - - [ 9517800, 66.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1099465, 7.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 787700, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 676292, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 653198, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 227898, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 158504, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 156032, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 146150, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 120136, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 111784, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 90945, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 75795, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 65088, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 64736, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 48305, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 43960, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 37976, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 28093, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 24336, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 18:17:18+0100 -total : 14504841 -procs : - - [ 9733440, 67.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1006714, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 798450, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 678592, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 596949, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 223496, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170608, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 168986, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 159000, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 111728, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 108304, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 91449, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 88240, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 65184, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 64248, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63827, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 51484, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 40200, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 31994, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 24392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b6.tracev3 -time : 2025-07-15 18:34:18+0100 -total : 37231564 -procs : - - [ 11622088, 31.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7316472, 19.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7090099, 19.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1702344, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1373064, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 985021, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 947594, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 604717, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 456735, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 448288, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 410640, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 325616, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 274440, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 273564, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 261239, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 246344, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 240600, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 226256, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 173302, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 156463, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 18:34:18+0100 -files : - - Persist/000000000000007c.tracev3: 10361112 bytes -count : 1 -size : 10361112 -kept : 58 files, 521038792 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 19:23:39+0100 -total : 14680631 -procs : - - [ 9805608, 66.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1190567, 8.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 831497, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 717738, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 694939, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 240184, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 179416, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 167480, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 132080, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 123392, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 77408, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 68016, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63990, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 62801, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 43752, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 27448, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VoiceShortcuts.framework/Support/siriactionsd ] - - [ 24224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 22944, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 19752, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 20:23:32+0100 -total : 14254926 -procs : - - [ 8942392, 62.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1006715, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 792648, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 689502, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 609064, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 273802, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 228796, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 154408, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 151792, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 149204, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 108328, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 107896, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 98280, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 97408, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 61200, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 61088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 56558, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 55435, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 49272, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 45823, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b7.tracev3 -time : 2025-07-15 20:52:56+0100 -total : 38300805 -procs : - - [ 11107781, 29.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 6989968, 18.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6673527, 17.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 3119440, 8.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1650136, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1236269, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 914032, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 903640, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 873810, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 418976, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 366160, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 310952, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 263768, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 262548, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 246234, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 237011, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 225598, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 213744, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 154910, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 143690, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 20:52:56+0100 -files : - - Persist/000000000000007d.tracev3: 4190344 bytes - - Persist/000000000000007e.tracev3: 9172192 bytes -count : 2 -size : 13362536 -kept : 57 files, 518120800 bytes - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000095.tracev3 -time : 2025-07-15 21:18:50+0100 -total : 8459011 -procs : - - [ 1791339, 21.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1538016, 18.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1455084, 17.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1059793, 12.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 540056, 6.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 534366, 6.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 317214, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 281076, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 170040, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 150585, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 82974, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 64722, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 56672, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 47034, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 41932, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 32368, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 28316, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 26749, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 26222, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 22977, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 21:27:23+0100 -total : 14671329 -procs : - - [ 9680560, 66.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098233, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 815966, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 680129, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 641556, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 227834, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 182818, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 162952, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 161120, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 116136, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 75222, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 67981, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 67968, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 65104, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 47943, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 47852, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 40056, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 38258, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 22:32:07+0100 -total : 14990436 -procs : - - [ 9395920, 62.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098441, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 817110, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 670150, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 646202, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 420103, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 289423, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 227512, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170752, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 164088, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 117720, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 115728, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 69112, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 60173, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 51484, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 49120, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PassKitCore.framework/passd ] - - [ 48403, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/gamed ] - - [ 47815, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b8.tracev3 -time : 2025-07-15 23:05:31+0100 -total : 38382747 -procs : - - [ 10564616, 27.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 6691824, 17.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 6520236, 17.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4346045, 11.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1572104, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 865154, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 839128, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 690552, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 621722, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 538898, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 401688, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 345432, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 326903, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 297416, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 251128, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 248319, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 245929, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 240488, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 228507, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 205792, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-15 23:05:31+0100 -files : - - Persist/000000000000007f.tracev3: 10481952 bytes -count : 1 -size : 10481952 -kept : 57 files, 518086240 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-15 23:29:10+0100 -total : 15052946 -procs : - - [ 9055552, 60.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1448952, 9.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1007035, 6.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 708501, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 621022, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 610214, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 263280, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 203576, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 155000, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 144160, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 114488, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 112056, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 100040, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 68439, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - - [ 61088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 57008, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 43964, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 36568, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 36152, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 23960, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 00:32:16+0100 -total : 14785715 -procs : - - [ 10232792, 69.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007163, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 807830, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 647717, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 580932, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 227496, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 182616, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 159424, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 115408, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 108296, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 73280, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 67822, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56944, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 55808, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52450, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/adprivacyd ] - - [ 39904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 36224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 24392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23851, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 01:37:52+0100 -total : 14857740 -procs : - - [ 10009088, 67.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1189751, 8.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 853392, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 677647, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 628717, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 231204, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 183056, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 165784, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 132144, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 123592, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 73176, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 67666, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 52016, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 48121, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/promotedcontentd ] - - [ 44128, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 43288, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 39246, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/remindd ] - - [ 28216, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 24224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000b9.tracev3 -time : 2025-07-16 01:43:30+0100 -total : 36481269 -procs : - - [ 12328888, 33.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7964583, 21.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7610939, 20.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1808392, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 996664, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 960198, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 486840, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 365448, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 354192, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 315368, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 290128, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 290044, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 269146, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 246256, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 238808, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 231924, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 155720, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 116470, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 113904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 112268, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 01:43:30+0100 -files : - - Persist/0000000000000080.tracev3: 10425864 bytes -count : 1 -size : 10425864 -kept : 57 files, 518136224 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 02:43:07+0100 -total : 14960188 -procs : - - [ 10365456, 69.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1099002, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 836424, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 645835, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 630692, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 231680, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170912, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 164936, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120136, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115304, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 73344, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 59773, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 43944, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 35331, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 28440, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 28104, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 27838, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VoiceShortcuts.framework/Support/siriactionsd ] - - [ 24168, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 20184, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000096.tracev3 -time : 2025-07-16 03:11:05+0100 -total : 8080016 -procs : - - [ 1983232, 24.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1895966, 23.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1171068, 14.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 765202, 9.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 700486, 8.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 302315, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 218504, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 198152, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 111008, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 85434, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 83760, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 80421, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 76884, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 60044, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 40460, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 39996, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 28112, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 27799, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 24666, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 22824, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 03:48:46+0100 -total : 14946580 -procs : - - [ 10336512, 69.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1098746, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 826504, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 666839, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 629278, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 228456, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 167032, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 166208, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 120192, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 120120, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 73296, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 69112, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 59696, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 55539, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 39984, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 36584, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 28240, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 26944, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 24448, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23664, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000ba.tracev3 -time : 2025-07-16 04:22:01+0100 -total : 36753198 -procs : - - [ 12350033, 33.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7985080, 21.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7780618, 21.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1811096, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 965628, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 926358, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 563928, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 472200, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 378120, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 365744, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 355320, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 302160, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 289184, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 238016, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 220152, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 177562, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 152632, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 145256, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 136588, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 113960, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 04:22:01+0100 -files : - - Persist/0000000000000081.tracev3: 10452464 bytes -count : 1 -size : 10452464 -kept : 57 files, 518135536 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 04:53:29+0100 -total : 14831124 -procs : - - [ 10028344, 67.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1099002, 7.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 815626, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 653364, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 627642, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 219768, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170264, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 163664, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 142929, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 120248, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 115096, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 67899, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 59113, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 44352, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 40144, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 39400, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 36070, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 28280, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 05:59:08+0100 -total : 15195157 -procs : - - [ 10390248, 68.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1190759, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 827144, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 682459, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 630745, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 236664, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 178800, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 166208, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 128280, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 118664, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 85008, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 73312, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63509, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 56376, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 51736, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 43912, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32176, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 24392, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 23072, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000bb.tracev3 -time : 2025-07-16 06:44:39+0100 -total : 38541648 -procs : - - [ 11119748, 28.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7183504, 18.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7097558, 18.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4609393, 12.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1634167, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 884080, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 867224, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 615008, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 439728, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 392842, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 333272, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 319976, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 311622, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 279723, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 273904, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 261936, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 225568, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 224603, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 142895, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 139720, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 06:44:39+0100 -files : - - Persist/0000000000000082.tracev3: 7774616 bytes -count : 1 -size : 7774616 -kept : 57 files, 520745904 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 06:55:48+0100 -total : 15084239 -procs : - - [ 8728224, 57.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1729133, 11.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 915612, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 691712, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 642392, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 600462, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 598288, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 188056, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 150624, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 142888, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 100160, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 99472, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 94900, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 61056, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 57008, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 35864, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32600, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 24136, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 23344, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 20280, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 08:04:00+0100 -total : 15144161 -procs : - - [ 10323288, 68.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1189750, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 869864, 5.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 681742, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 655954, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 239608, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 182816, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 172568, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 132136, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 119792, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 77336, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 65152, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63813, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 55808, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44064, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 36922, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - - [ 32072, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 28280, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 25800, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 20336, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 09:11:08+0100 -total : 15027568 -procs : - - [ 10339288, 68.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1146551, 7.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 844191, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 694708, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 662584, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 232424, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 170376, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 170024, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 128280, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 123656, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 76269, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 73296, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 43800, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32336, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 27957, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 24432, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 24416, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 23704, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ExtensionFoundation.framework/XPCServices/extensionkitservice.xpc/extensionkitservice ] - - [ 16255, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000097.tracev3 -time : 2025-07-16 09:13:49+0100 -total : 8330741 -procs : - - [ 2012088, 24.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1943139, 23.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1844194, 22.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 763722, 9.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 712624, 8.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 234334, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 225056, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 114155, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 81354, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 76940, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 40460, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 32128, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 28736, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 27148, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 26669, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 23816, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 22824, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - - [ 20072, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 15805, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 11951, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/appleaccountd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000bc.tracev3 -time : 2025-07-16 09:23:12+0100 -total : 36254628 -procs : - - [ 12450288, 34.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7985080, 22.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 7575611, 20.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1812040, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 989166, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 961013, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 477532, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 472192, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 373872, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 355696, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 290700, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 290128, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 246000, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 236460, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 181875, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 151496, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 140842, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 120149, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 113936, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - - [ 88259, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsec-fbf ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 09:23:12+0100 -files : - - Persist/0000000000000083.tracev3: 10438656 bytes -count : 1 -size : 10438656 -kept : 57 files, 520777000 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 10:09:46+0100 -total : 13991439 -procs : - - [ 8924208, 63.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1003394, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 787713, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 614315, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 585062, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 220347, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 182338, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 182013, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 162544, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 147976, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 103938, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 103144, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 85696, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 65120, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 60302, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 58824, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 57603, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 54924, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 49737, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 36000, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000098.tracev3 -time : 2025-07-16 10:32:31+0100 -total : 8539070 -procs : - - [ 1717112, 20.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1621656, 19.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1088394, 12.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 942543, 11.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 493336, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 426176, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 391134, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 348280, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 154280, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 146301, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 143889, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 101464, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 96105, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 92820, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 72316, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 61277, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 50360, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 48776, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 44352, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 38444, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrivacyAccounting.framework/Versions/A/Resources/privacyaccountingd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 10:49:13+0100 -total : 12677389 -procs : - - [ 5868704, 46.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 688738, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 613082, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 564785, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 556271, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 400377, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 362530, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 313364, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 297840, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 250074, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 224637, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 223156, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 222550, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 206781, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 131321, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 109712, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 108077, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 104353, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 100064, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 83521, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000bd.tracev3 -time : 2025-07-16 10:59:16+0100 -total : 39346638 -procs : - - [ 8242747, 20.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 4853952, 12.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 4846856, 12.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 4803196, 12.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 1822956, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1807903, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1328774, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1184991, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 813972, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 718116, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 671810, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 622131, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 603189, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 432994, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 341976, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 295360, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 290856, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 282912, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 241372, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 236037, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 10:59:16+0100 -files : - - Persist/0000000000000084.tracev3: 10425888 bytes -count : 1 -size : 10425888 -kept : 57 files, 520828072 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 11:51:06+0100 -total : 14423432 -procs : - - [ 9443312, 65.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007739, 7.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 810087, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 648008, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 601044, 4.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 248746, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 231848, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 156456, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 146504, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 116056, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 112048, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 94004, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 87440, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 64784, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 63646, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 61088, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 55114, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 40032, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 35670, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 28224, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 12:44:48+0100 -total : 13916195 -procs : - - [ 8762528, 63.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1010243, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 784011, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 726948, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 599223, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 231692, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 181026, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 167344, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 156925, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 150400, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 149035, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 135680, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 108906, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 89496, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 69248, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 57216, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 56362, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/adprivacyd ] - - [ 40520, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 32570, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 28400, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000be.tracev3 -time : 2025-07-16 13:15:29+0100 -total : 37476381 -procs : - - [ 10999730, 29.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 7264838, 19.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 6861048, 18.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 2014936, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1613776, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 969322, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 965850, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 649708, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 627073, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 547936, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 512510, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 361936, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 305312, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 274112, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 264650, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 257805, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 257105, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 245025, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 221467, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 206261, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 13:15:29+0100 -files : - - Persist/0000000000000085.tracev3: 9096328 bytes -count : 1 -size : 9096328 -kept : 57 files, 522216128 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 13:44:01+0100 -total : 14276233 -procs : - - [ 9200136, 64.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007482, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 729145, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 706784, 5.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 583328, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 212116, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 182458, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 170594, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 150096, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 147032, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 141736, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 112416, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 108240, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 87080, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 76984, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 65184, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 62792, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 54644, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 52520, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd ] - - [ 40408, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - ---- !logd statistics record -type : File Rotate -file : Special/0000000000000099.tracev3 -time : 2025-07-16 13:49:44+0100 -total : 8375519 -procs : - - [ 1673835, 20.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1432647, 17.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1193808, 14.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1116185, 13.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 874889, 10.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 399232, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 279740, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 198085, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 191754, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 186334, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 181476, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 122408, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 56236, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 55046, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 48550, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 44100, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 32251, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 24356, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Batteries.app/PlugIns/BatteriesAvocadoWidgetExtension.appex/BatteriesAvocadoWidgetExtension ] - - [ 20024, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 18160, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/Support/fontservicesd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 14:31:17+0100 -total : 13546245 -procs : - - [ 7987440, 59.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 843229, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 842943, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 745199, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 593766, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 365276, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 254973, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 235248, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 234411, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 153904, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 140067, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 129376, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 119568, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 96564, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 73376, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 58608, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 55863, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 55826, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 54880, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 39023, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000bf.tracev3 -time : 2025-07-16 14:42:06+0100 -total : 41560625 -procs : - - [ 7996579, 19.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5443360, 13.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 4598330, 11.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4367935, 10.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 4363184, 10.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 2717283, 6.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1831946, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1154712, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 937712, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 887702, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 676198, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 536881, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 475705, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 467691, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 346160, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 329451, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 319380, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 310567, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 262904, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 262690, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 14:42:06+0100 -files : - - Persist/0000000000000086.tracev3: 10439032 bytes -count : 1 -size : 10439032 -kept : 57 files, 522194872 bytes - ---- !logd statistics record -type : File Rotate -file : Special/000000000000009a.tracev3 -time : 2025-07-16 14:46:17+0100 -total : 8804976 -procs : - - [ 2599115, 29.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1561013, 17.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 1436700, 16.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1259576, 14.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 400912, 4.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 281812, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 200805, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 145276, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 115584, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 99659, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 92010, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 84480, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 60668, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 59760, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 49357, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 40597, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 35048, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 33151, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 28886, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 27864, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 15:02:24+0100 -total : 12891174 -procs : - - [ 5302184, 41.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1720706, 13.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 708662, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 628712, 4.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 612648, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 530837, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 529121, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 457996, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 360310, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 301752, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 244485, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 179393, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 116757, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 100376, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 89696, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 83892, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - - [ 80513, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 78440, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 68558, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 61112, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - ---- !logd statistics record -type : File Rotate -file : Special/000000000000009b.tracev3 -time : 2025-07-16 15:12:58+0100 -total : 8296840 -procs : - - [ 3851065, 46.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1503856, 18.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 958072, 11.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 810623, 9.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 218224, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 187384, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 124173, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 119068, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 98585, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 82098, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 60676, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 51514, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 28450, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 28190, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 26048, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 23131, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 17341, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 16536, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 15015, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 11896, 0.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/parsecd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 15:56:42+0100 -total : 14030146 -procs : - - [ 8980712, 64.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1006763, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 749314, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 735836, 5.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 576988, 4.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 229744, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 216690, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 181122, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 162792, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 157896, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 137376, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 110282, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 107736, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 73336, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 55352, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 51736, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 44215, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 44132, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 39776, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 38818, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000c0.tracev3 -time : 2025-07-16 16:33:53+0100 -total : 38546041 -procs : - - [ 9815430, 25.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5664664, 14.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5408165, 14.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4135200, 10.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1862644, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1430816, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1383465, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1037223, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 975402, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 533162, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 434119, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 416260, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 374288, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 345937, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 305946, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 290416, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 284938, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 250792, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 231030, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 227735, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-16 16:33:53+0100 -files : - - Persist/0000000000000087.tracev3: 10426152 bytes -count : 1 -size : 10426152 -kept : 57 files, 522243944 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-16 16:46:35+0100 -total : 13508881 -procs : - - [ 8116072, 60.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 823878, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 760343, 5.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 741824, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 496232, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 326381, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 273675, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 224464, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 205584, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 156760, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 140086, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 130480, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 126352, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 92290, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 71319, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 67976, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 65152, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 59894, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 58842, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 53993, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-17 09:06:48+0100 -files : - - Persist/0000000000000088.tracev3: 5677576 bytes -count : 1 -size : 5677576 -kept : 57 files, 518840312 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-17 09:13:12+0100 -total : 12248431 -procs : - - [ 3464528, 28.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 1290244, 10.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 898608, 7.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 833839, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 719958, 5.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 540301, 4.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 467721, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 379522, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 372376, 3.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 349913, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 295373, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 197185, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 179581, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 164417, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 125272, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 120096, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 105230, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 85248, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserNotificationsCore.framework/Support/usernotificationsd ] - - [ 66824, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 64202, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000c2.tracev3 -time : 2025-07-17 10:00:57+0100 -total : 40188521 -procs : - - [ 8892251, 22.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 5273802, 13.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 3427717, 8.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 3174436, 7.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 3005421, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 1065654, 2.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1014935, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 1009352, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 958958, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 834807, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 668894, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 622503, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 600337, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 572937, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/PosterBoard.app/PosterBoard ] - - [ 572172, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 566784, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/trustd ] - - [ 557270, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 523897, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 450439, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 417482, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-17 10:00:57+0100 -files : - - Persist/0000000000000089.tracev3: 10472064 bytes -count : 1 -size : 10472064 -kept : 57 files, 518830056 bytes - ---- !logd statistics record -type : File Rotate -file : Special/000000000000009d.tracev3 -time : 2025-07-17 10:16:59+0100 -total : 9281532 -procs : - - [ 3024282, 32.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 914366, 9.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 813637, 8.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 665534, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 660304, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 647142, 7.0, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 470586, 5.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 207206, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 199090, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 157892, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 140670, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 111680, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 104513, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 102072, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 101973, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 91140, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 80324, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 71843, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 71456, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 55769, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-17 10:26:54+0100 -total : 15185380 -procs : - - [ 9756680, 64.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1249220, 8.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 921409, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 730384, 4.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 712448, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 256240, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 187128, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 186136, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 133744, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 131888, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 131714, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 82824, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 77416, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 72434, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 69200, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 59523, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 55836, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/linkd ] - - [ 47904, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/Support/mediaremoted ] - - [ 32456, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 28384, 0.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Screen Time.app/PlugIns/ScreenTimeWidgetExtension.appex/ScreenTimeWidgetExtension ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-17 11:19:46+0100 -total : 13364741 -procs : - - [ 7013328, 52.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 856494, 6.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 731198, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 530422, 4.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 516539, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 456200, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 289994, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 253093, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 207568, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 191399, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 189598, 1.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 137960, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 133984, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 121160, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 116507, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 96134, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 94747, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 92304, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 84125, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 77685, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/PlugIns/SearchPoirotExtension.appex/SearchPoirotExtension ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000c3.tracev3 -time : 2025-07-17 11:49:22+0100 -total : 39002567 -procs : - - [ 9232906, 23.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5567296, 14.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5394962, 13.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4037192, 10.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1450680, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1421776, 3.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1142042, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 953125, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 932224, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 891839, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 593022, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 435141, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 397711, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 394657, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 329312, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 321656, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/rapportd ] - - [ 309083, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 300256, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 291861, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 244008, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-17 11:49:22+0100 -files : - - Persist/000000000000008a.tracev3: 10458984 bytes -count : 1 -size : 10458984 -kept : 57 files, 518763520 bytes - ---- !logd statistics record -type : File Rotate -file : Special/000000000000009e.tracev3 -time : 2025-07-17 12:03:46+0100 -total : 8951344 -procs : - - [ 1424356, 15.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1253240, 14.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 1203955, 13.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 1193653, 13.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 772306, 8.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 669968, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 350234, 3.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 314826, 3.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 209344, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 154816, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 150415, 1.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 132256, 1.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 107744, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 99416, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 94454, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 73884, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 66248, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 47176, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 42352, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrivacyAccounting.framework/Versions/A/Resources/privacyaccountingd ] - - [ 40255, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-17 12:07:27+0100 -total : 12857442 -procs : - - [ 6359328, 49.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 925410, 7.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 915188, 7.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 876937, 6.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 557732, 4.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 405229, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 364509, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 291149, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 269360, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 264091, 2.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 150208, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 126182, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 120416, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 101584, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 85376, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 81904, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 72212, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 71500, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd ] - - [ 65552, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 59473, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-17 13:07:01+0100 -total : 13502938 -procs : - - [ 8030008, 59.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 1007786, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 820760, 6.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 735702, 5.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 610500, 4.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 273867, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 239628, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 166520, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 154496, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd ] - - [ 151096, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Support/pasted ] - - [ 150944, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 149584, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 112506, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 92648, 0.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 73304, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 72280, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 66478, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 59424, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 48307, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 41104, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/remindd ] - ---- !logd statistics record -type : File Rotate -file : Persist/00000000000000c4.tracev3 -time : 2025-07-17 13:41:11+0100 -total : 38709021 -procs : - - [ 9715802, 25.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/sbin/launchd_sim ] - - [ 5632272, 14.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 5458591, 14.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 4316688, 11.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 2127040, 5.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInference.framework/Support/siriinferenced ] - - [ 1483527, 3.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 1430456, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 951822, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 912379, 2.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 480200, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 413031, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 412442, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 406877, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 366232, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/cfprefsd ] - - [ 293146, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 250792, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 233142, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/apsd ] - - [ 231373, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/diagnosticd ] - - [ 216048, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 207981, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeAgent ] - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-17 13:41:11+0100 -files : - - Persist/000000000000008b.tracev3: 3637568 bytes - - Persist/000000000000008c.tracev3: 4921056 bytes -count : 2 -size : 8558624 -kept : 56 files, 520681208 bytes - ---- !logd statistics record -type : File Rotate -file : Special/000000000000009f.tracev3 -time : 2025-07-17 14:03:20+0100 -total : 8135627 -procs : - - [ 1687218, 20.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 1394559, 17.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 1293301, 15.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 1293001, 15.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 722128, 8.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 278012, 3.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 230510, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/sbin/filecoordinationd ] - - [ 200390, 2.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 155400, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 153335, 1.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 129981, 1.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/Support/itunescloudd ] - - [ 74256, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/proactiveeventtrackerd ] - - [ 68208, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 49996, 0.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/profiled ] - - [ 43856, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 42781, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 38083, 0.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 35672, 0.4, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/maild ] - - [ 26903, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/GeneralMapsWidget.appex/GeneralMapsWidget ] - - [ 26318, 0.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - ---- !logd snapshot record -client : /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/bin/log -time : 2025-07-17 23:01:50+0100 -flags : 0x3 - ---- !logd purge record -type : Persist Periodic Purge -goal : 9223372036854775807 -time : 2025-07-18 11:01:55+0100 -files : - - Persist/000000000000008d.tracev3: 10448600 bytes -count : 1 -size : 10448600 -kept : 57 files, 518618792 bytes - ---- !logd statistics record -type : Memory Rollover -time : 2025-07-18 11:02:19+0100 -total : 10625266 -procs : - - [ 1605672, 15.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthPluginHost.framework/healthappd ] - - [ 975960, 9.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 829006, 7.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - - [ 730885, 6.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 669654, 6.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudKitDaemon.framework/Support/cloudd ] - - [ 567104, 5.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/Support/tccd ] - - [ 389393, 3.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/geod ] - - [ 344012, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/nsurlsessiond ] - - [ 330340, 3.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/locationd ] - - [ 305569, 2.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiomeStreams.framework/Support/biomed ] - - [ 293483, 2.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 275683, 2.6, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/XPCServices/com.apple.MapKit.SnapshotService.xpc/com.apple.MapKit.SnapshotService ] - - [ 234400, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent ] - - [ 233884, 2.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 207523, 2.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 140509, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 133886, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/News.app/PlugIns/NewsToday2.appex/NewsToday2 ] - - [ 129400, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 108221, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 104428, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/amsaccountsd ] - ---- !logd statistics record -type : File Rotate -file : Special/00000000000000a2.tracev3 -time : 2025-07-18 11:03:15+0100 -total : 9165002 -procs : - - [ 3084066, 33.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/mobileassetd ] - - [ 812418, 8.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard ] - - [ 685860, 7.5, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/triald ] - - [ 570384, 6.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod ] - - [ 530303, 5.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd ] - - [ 432845, 4.7, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/runningboardd ] - - [ 343123, 3.7, /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/Platforms/iphoneos/usr/libexec/CoreSimulatorBridge ] - - [ 300896, 3.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined ] - - [ 292366, 3.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/siriknowledged ] - - [ 209231, 2.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/assistantd ] - - [ 166736, 1.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmbeddedSpeechRecognition.framework/XPCServices/com.apple.siri.embeddedspeech.xpc/com.apple.siri.embeddedspeech ] - - [ 120576, 1.3, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCompute.framework/XPCServices/IntelligencePlatformComputeService.xpc/IntelligencePlatformComputeService ] - - [ 112681, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SyncedDefaults.framework/Support/syncdefaultsd ] - - [ 108316, 1.2, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SleepDaemon.framework/sleepd ] - - [ 101944, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd ] - - [ 100288, 1.1, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd ] - - [ 95146, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/containermanagerd_system ] - - [ 91140, 1.0, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntelligencePlatformCore.framework/knowledgeconstructiond ] - - [ 83707, 0.9, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/Applications/WidgetRenderer_Default.app/WidgetRenderer_Default ] - - [ 75692, 0.8, /Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/HealthKit.framework/healthd ] - diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F3/BBB14123393B018E2BBB3CA035B704 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F3/BBB14123393B018E2BBB3CA035B704 deleted file mode 100644 index ed987524..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F3/BBB14123393B018E2BBB3CA035B704 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F3/D840FAAB053CB8B669C3849DFB79FA b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F3/D840FAAB053CB8B669C3849DFB79FA deleted file mode 100644 index 1ac9caa1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F3/D840FAAB053CB8B669C3849DFB79FA and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/2E93EE2F6737FA81BB2EBF4BEF60E5 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/2E93EE2F6737FA81BB2EBF4BEF60E5 deleted file mode 100644 index 620fa777..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/2E93EE2F6737FA81BB2EBF4BEF60E5 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/5B0641A70B369497C0EEF281C3BC1E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/5B0641A70B369497C0EEF281C3BC1E deleted file mode 100644 index ce7b576a..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/5B0641A70B369497C0EEF281C3BC1E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/EDE9CAFC82355ABA6A831287D73855 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/EDE9CAFC82355ABA6A831287D73855 deleted file mode 100644 index 84fb4ce7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/EDE9CAFC82355ABA6A831287D73855 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/F8E6FE3A1F3C759024FEA610F69C52 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/F8E6FE3A1F3C759024FEA610F69C52 deleted file mode 100644 index feb21da7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F4/F8E6FE3A1F3C759024FEA610F69C52 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F5/62DA5FAD3A3058B7410F615D359A34 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F5/62DA5FAD3A3058B7410F615D359A34 deleted file mode 100644 index b13a69e1..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F5/62DA5FAD3A3058B7410F615D359A34 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/50DB27EF073A4A826D5FDD32CD7105 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/50DB27EF073A4A826D5FDD32CD7105 deleted file mode 100644 index 1b0ede14..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/50DB27EF073A4A826D5FDD32CD7105 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/5AE94C7C8832B88FA1C49122E0A123 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/5AE94C7C8832B88FA1C49122E0A123 deleted file mode 100644 index 35b907a0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/5AE94C7C8832B88FA1C49122E0A123 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/ADAFA97FB636A7B123AF190AEA69AB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/ADAFA97FB636A7B123AF190AEA69AB deleted file mode 100644 index 9fca55d7..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F6/ADAFA97FB636A7B123AF190AEA69AB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F7/6A18E190C03546BD7F54FD13696570 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F7/6A18E190C03546BD7F54FD13696570 deleted file mode 100644 index d00316e2..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F7/6A18E190C03546BD7F54FD13696570 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F7/F1F308D01D32E7B6E09D160A121DEB b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F7/F1F308D01D32E7B6E09D160A121DEB deleted file mode 100644 index da6c1978..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F7/F1F308D01D32E7B6E09D160A121DEB and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F8/BB79186DA03BE4BAC85ACB37ECEB94 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F8/BB79186DA03BE4BAC85ACB37ECEB94 deleted file mode 100644 index 2ec0de23..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/F8/BB79186DA03BE4BAC85ACB37ECEB94 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FB/3777C81DE53E858BE9A0DCCBB80772 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FB/3777C81DE53E858BE9A0DCCBB80772 deleted file mode 100644 index 62913f30..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FB/3777C81DE53E858BE9A0DCCBB80772 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FB/8DE97EAD9D3388BF458B5D92545D4E b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FB/8DE97EAD9D3388BF458B5D92545D4E deleted file mode 100644 index 10c8ef81..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FB/8DE97EAD9D3388BF458B5D92545D4E and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FD/894B72FF013541A660B1BFF4FC5D74 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FD/894B72FF013541A660B1BFF4FC5D74 deleted file mode 100644 index 896a2526..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FD/894B72FF013541A660B1BFF4FC5D74 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FE/0FAAC0CB073159BC29ADC68EFFF414 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FE/0FAAC0CB073159BC29ADC68EFFF414 deleted file mode 100644 index 0e988f05..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FE/0FAAC0CB073159BC29ADC68EFFF414 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FE/54B6DDD3E930BDBD92ED7411C95C77 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FE/54B6DDD3E930BDBD92ED7411C95C77 deleted file mode 100644 index 6c148ca0..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/FE/54B6DDD3E930BDBD92ED7411C95C77 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Info.plist b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Info.plist deleted file mode 100644 index 920f7ff8..00000000 --- a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Info.plist +++ /dev/null @@ -1,95 +0,0 @@ - - - - - ArchiveIdentifier - E0C2042A-F24C-4FDF-8D53-4696F7AFE30A - EndTimeRef - - ContinuousTime - 2729211020237 - UUID - B46824A2-4F70-48E0-86ED-7A43E362AD06 - WallTime - 1752853117000000000 - - HighVolumeMetadata - - OldestTimeRef - - ContinuousTime - 2727171134391 - UUID - B46824A2-4F70-48E0-86ED-7A43E362AD06 - WallTime - 1752853032000000000 - - - HighVolumeSizeLimit - 18446744073709551615 - LiveMetadata - - OldestTimeRef - - ContinuousTime - 2727194316943 - UUID - B46824A2-4F70-48E0-86ED-7A43E362AD06 - WallTime - 1752853032970695666 - - - OSArchiveVersion - 5 - OSLoggingSupportProject - libtrace-1510.122.1 - OSLoggingSupportVersion - 1510.1220000000001 - PersistMetadata - - OldestTimeRef - - ContinuousTime - 2727171134391 - UUID - B46824A2-4F70-48E0-86ED-7A43E362AD06 - WallTime - 1752853032000000000 - - - PersistSizeLimit - 18446744073709551615 - SignpostMetadata - - OldestTimeRef - - ContinuousTime - 2727194316791 - UUID - B46824A2-4F70-48E0-86ED-7A43E362AD06 - WallTime - 1752853032970689333 - - - SignpostSizeLimit - 18446744073709551615 - SourceIdentifier - F226B68C-383F-402E-B77D-0656EED5DB79 - SpecialMetadata - - OldestTimeRef - - ContinuousTime - 2727171134391 - UUID - B46824A2-4F70-48E0-86ED-7A43E362AD06 - WallTime - 1752853032000000000 - - TTL - - - SpecialSizeLimit - 18446744073709551615 - - diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c5.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c5.tracev3 deleted file mode 100644 index 6bcb9e4d..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c5.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c6.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c6.tracev3 deleted file mode 100644 index 8a59f3ca..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c6.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c7.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c7.tracev3 deleted file mode 100644 index 74c13ccd..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c7.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c8.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c8.tracev3 deleted file mode 100644 index e8979cf2..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c8.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c9.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c9.tracev3 deleted file mode 100644 index ce0facf4..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000c9.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000ca.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000ca.tracev3 deleted file mode 100644 index 8e8a353c..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000ca.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cb.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cb.tracev3 deleted file mode 100644 index ec6b6bfb..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cb.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cc.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cc.tracev3 deleted file mode 100644 index dfa6c42e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cc.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cd.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cd.tracev3 deleted file mode 100644 index 4b484d17..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Persist/00000000000000cd.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Signpost/0000000000000041.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Signpost/0000000000000041.tracev3 deleted file mode 100644 index b286a435..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Signpost/0000000000000041.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a1.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a1.tracev3 deleted file mode 100644 index f4acd178..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a1.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a3.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a3.tracev3 deleted file mode 100644 index 6cbb073c..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a3.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a4.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a4.tracev3 deleted file mode 100644 index e7a3bf35..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a4.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a5.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a5.tracev3 deleted file mode 100644 index d7fa18bf..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a5.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a6.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a6.tracev3 deleted file mode 100644 index 9df16a52..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a6.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a7.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a7.tracev3 deleted file mode 100644 index 69045f26..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a7.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a8.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a8.tracev3 deleted file mode 100644 index b7c3ec6e..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a8.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a9.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a9.tracev3 deleted file mode 100644 index daa9a9cd..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/Special/00000000000000a9.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/dsc/393E960A86DE3A488F7D701A0DD7C145 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/dsc/393E960A86DE3A488F7D701A0DD7C145 deleted file mode 100644 index d947f188..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/dsc/393E960A86DE3A488F7D701A0DD7C145 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/logdata.LiveData.tracev3 b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/logdata.LiveData.tracev3 deleted file mode 100644 index 79260909..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/logdata.LiveData.tracev3 and /dev/null differ diff --git a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/timesync/0000000000000002.timesync b/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/timesync/0000000000000002.timesync deleted file mode 100644 index 8c20dc91..00000000 Binary files a/fastlane/test_output/system_logs-iPhone 15 Pro Max_iOS_17.5.logarchive/timesync/0000000000000002.timesync and /dev/null differ