Skip to content

Instantly share code, notes, and snippets.

@patw0929
Last active May 8, 2017 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patw0929/f27efe3248c9874ef423725a9fedb0f0 to your computer and use it in GitHub Desktop.
Save patw0929/f27efe3248c9874ef423725a9fedb0f0 to your computer and use it in GitHub Desktop.
Could not get logs on iOS physical device
> CALL init({"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest"})
> POST /session {"desiredCapabilities":{"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest"}}
Driving the web on session: 1759551e-0d3e-4fed-b822-17f9d2b33596
> RESPONSE init({"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest"}) "1759551e-0d3e-4fed-b822-17f9d2b33596",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest"}
Header should get "title": > CALL resetApp()
> POST /session/:sessionID/appium/app/reset
> RESPONSE resetApp()
> CALL setImplicitWaitTimeout(20000)
> POST /session/:sessionID/timeouts/implicit_wait {"ms":20000}
> RESPONSE setImplicitWaitTimeout(20000)
> CALL hasElementByAccessibilityId("ok")
> POST /session/:sessionID/elements {"using":"accessibility id","value":"ok"}
> RESPONSE hasElementByAccessibilityId("ok") true
> CALL elementByAccessibilityIdIfExists("ok")
> POST /session/:sessionID/elements {"using":"accessibility id","value":"ok"}
> RESPONSE elementByAccessibilityIdIfExists("ok") {"ELEMENT":"54C3DE8A-A7D8-46F0-9DEE-E3D4AE2F6DE8"}
> CALL element.click()
> POST /session/:sessionID/element/54C3DE8A-A7D8-46F0-9DEE-E3D4AE2F6DE8/click
> RESPONSE element.click()
> CALL sleep(1000)
> RESPONSE sleep(1000)
> CALL acceptAlert()
> POST /session/:sessionID/accept_alert
> RESPONSE acceptAlert()
> CALL elementByAccessibilityId("title")
> POST /session/:sessionID/element {"using":"accessibility id","value":"title"}
> RESPONSE elementByAccessibilityId("title") {"ELEMENT":"049D4C66-11AF-4431-9BEC-FC4517DE73BF"}
> CALL isDisplayed({"ELEMENT":"049D4C66-11AF-4431-9BEC-FC4517DE73BF"})
> GET /session/:sessionID/element/049D4C66-11AF-4431-9BEC-FC4517DE73BF/displayed
> RESPONSE isDisplayed({"ELEMENT":"049D4C66-11AF-4431-9BEC-FC4517DE73BF"}) true
> CALL log("syslog")
> POST /session/:sessionID/log {"type":"syslog"}
> RESPONSE log("syslog") []
> CALL init({"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest","realDeviceLogger":"/usr/local/bin/deviceconsole"})
> POST /session {"desiredCapabilities":{"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest","realDeviceLogger":"/usr/local/bin/deviceconsole"}}
Driving the web on session: 5505a7f1-38d7-43cf-b834-3469dd600d0d
> RESPONSE init({"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest","realDeviceLogger":"/usr/local/bin/deviceconsole"}) "5505a7f1-38d7-43cf-b834-3469dd600d0d",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"app":"/Users/patw/Library/Developer/Xcode/DerivedData/news-drfnlsqbltdfekdfdijibwdepdfn/Build/Products/Debug-iphoneos/news.app","newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","udid":"b0fbf219dc0a39239e6df30e166f01a6405f9636","xcodeOrgId":"65G5UZ64P7","xcodeSigningId":"iPhone Developer","autoAcceptAlerts":true,"onesignalId":"8985d71a-2184-47ac-a6f2-2bbf610bd184","automationName":"XCUITest","realDeviceLogger":"/usr/local/bin/deviceconsole"}
Header should get "title": > CALL resetApp()
> POST /session/:sessionID/appium/app/reset
> RESPONSE resetApp()
> CALL setImplicitWaitTimeout(20000)
> POST /session/:sessionID/timeouts/implicit_wait {"ms":20000}
> RESPONSE setImplicitWaitTimeout(20000)
> CALL hasElementByAccessibilityId("ok")
> POST /session/:sessionID/elements {"using":"accessibility id","value":"ok"}
> RESPONSE hasElementByAccessibilityId("ok") true
> CALL elementByAccessibilityIdIfExists("ok")
> POST /session/:sessionID/elements {"using":"accessibility id","value":"ok"}
> RESPONSE elementByAccessibilityIdIfExists("ok") {"ELEMENT":"23E61053-EEB4-484A-AB66-B54CE025B069"}
> CALL element.click()
> POST /session/:sessionID/element/23E61053-EEB4-484A-AB66-B54CE025B069/click
> RESPONSE element.click()
> CALL sleep(1000)
> RESPONSE sleep(1000)
> CALL acceptAlert()
> POST /session/:sessionID/accept_alert
> RESPONSE acceptAlert()
> CALL elementByAccessibilityId("title")
> POST /session/:sessionID/element {"using":"accessibility id","value":"title"}
> RESPONSE elementByAccessibilityId("title") {"ELEMENT":"2D5B3E25-2553-44F6-A479-2E8728284A0A"}
> CALL isDisplayed({"ELEMENT":"2D5B3E25-2553-44F6-A479-2E8728284A0A"})
> GET /session/:sessionID/element/2D5B3E25-2553-44F6-A479-2E8728284A0A/displayed
> RESPONSE isDisplayed({"ELEMENT":"2D5B3E25-2553-44F6-A479-2E8728284A0A"}) true
> CALL log("syslog")
> POST /session/:sessionID/log {"type":"syslog"}
> RESPONSE log("syslog") []
[]
> CALL init({"newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","app":"ios/build/Build/Products/Debug-iphonesimulator/news.app","autoAcceptAlerts":true,"automationName":"XCUITest","onesignalId":""})
> POST /session {"desiredCapabilities":{"newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","app":"ios/build/Build/Products/Debug-iphonesimulator/news.app","autoAcceptAlerts":true,"automationName":"XCUITest","onesignalId":""}}
Driving the web on session: 9e2ee95a-205f-491d-99b2-be76d3a35b00
> RESPONSE init({"newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","app":"ios/build/Build/Products/Debug-iphonesimulator/news.app","autoAcceptAlerts":true,"automationName":"XCUITest","onesignalId":""}) "9e2ee95a-205f-491d-99b2-be76d3a35b00",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"newCommandTimeout":60,"platformName":"iOS","platformVersion":"10.3","deviceName":"iPhone 6s","app":"ios/build/Build/Products/Debug-iphonesimulator/news.app","autoAcceptAlerts":true,"automationName":"XCUITest","onesignalId":"","udid":"4014F798-9485-47DA-AB25-9F0E00C5AD79"}
Header should get "title": > CALL resetApp()
> POST /session/:sessionID/appium/app/reset
> RESPONSE resetApp()
> CALL setImplicitWaitTimeout(20000)
> POST /session/:sessionID/timeouts/implicit_wait {"ms":20000}
> RESPONSE setImplicitWaitTimeout(20000)
> CALL hasElementByAccessibilityId("ok")
> POST /session/:sessionID/elements {"using":"accessibility id","value":"ok"}
> RESPONSE hasElementByAccessibilityId("ok") true
> CALL elementByAccessibilityIdIfExists("ok")
> POST /session/:sessionID/elements {"using":"accessibility id","value":"ok"}
> RESPONSE elementByAccessibilityIdIfExists("ok") {"ELEMENT":"BEF93A75-78E8-4465-A3B9-58CD49839C73"}
> CALL element.click()
> POST /session/:sessionID/element/BEF93A75-78E8-4465-A3B9-58CD49839C73/click
> RESPONSE element.click()
> CALL sleep(1000)
> RESPONSE sleep(1000)
> CALL acceptAlert()
> POST /session/:sessionID/accept_alert
> RESPONSE acceptAlert()
> CALL elementByAccessibilityId("title")
> POST /session/:sessionID/element {"using":"accessibility id","value":"title"}
> RESPONSE elementByAccessibilityId("title") {"ELEMENT":"06867D58-14B0-4F73-A997-AC36EC8EC5BF"}
> CALL isDisplayed({"ELEMENT":"06867D58-14B0-4F73-A997-AC36EC8EC5BF"})
> GET /session/:sessionID/element/06867D58-14B0-4F73-A997-AC36EC8EC5BF/displayed
> RESPONSE isDisplayed({"ELEMENT":"06867D58-14B0-4F73-A997-AC36EC8EC5BF"}) true
> CALL log("syslog")
> POST /session/:sessionID/log {"type":"syslog"}
> RESPONSE log("syslog") [{"timestamp":1493976125257,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Pasteboard change listener callback port <NSMachPort: 0x7fde7fc26c20> registered"},{"timestamp":1493976125382,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Pasteboard change listener callback port <NSMachPort: 0x7fde7fc27580> registered"},{"timestamp":1493976125385,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Pasteboard change listener callback port <NSMachPort: 0x7fde7fc276e0> registered"},{"timestamp":1493976125514,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Pasteboard change listener callback port <NSMachPort: 0x7fde7ff33b10> registered"},{"timestamp":1493976125528,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b9c000 -[MIClientConnection uninstallIdentifiers:withOptions:completion:]: Uninstall requested by lsd (pid 4611) for identifier com.cnyes.news.ios with options: {"},{"timestamp":1493976125528,"level":"ALL","message":"\t SimulatorRootPath = \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk\";"},{"timestamp":1493976125528,"level":"ALL","message":"\t SimulatorUserPath = \"/Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data\";"},{"timestamp":1493976125528,"level":"ALL","message":"\t}"},{"timestamp":1493976125538,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b9c000 -[MIUninstaller _uninstallBundleWithIdentifier:error:]: Uninstalling identifier com.cnyes.news.ios"},{"timestamp":1493976125540,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976125540,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b9c000 -[MIUninstallNotifier performRemovalWithCompletionBlock:]: Destroying container with identifier com.cnyes.news.ios at /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Bundle/Application/B0C5F233-8449-4941-B309-67791226030F"},{"timestamp":1493976125540,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b9c000 -[MIUninstallNotifier performRemovalWithCompletionBlock:]: Destroying container with identifier com.cnyes.news.ios at /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Data/Application/446D4E7C-7F51-4F50-B4D0-E6BA016DE3D6"},{"timestamp":1493976125549,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976125631,"level":"ALL","message":"May 5 17:22:05 --- last message repeated 4 times ---"},{"timestamp":1493976125631,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro com.apple.CoreSimulator.SimDevice.4014F798-9485-47DA-AB25-9F0E00C5AD79.launchd_sim[4578] (com.apple.videosubscriptionsd): Service only ran for 9 seconds. Pushing respawn out by 1 seconds."},{"timestamp":1493976125631,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976125631,"level":"ALL","message":"May 5 17:22:05 --- last message repeated 1 time ---"},{"timestamp":1493976125631,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro SpringBoard[4595]: [Common] could not find icon for representation -> com.cnyes.news.ios"},{"timestamp":1493976125631,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro apsd[4629]: 2017-05-05 17:22:05 +0800 apsd[4629]: SecItemDelete() failed: -25300 - setTokenForDomain"},{"timestamp":1493976125662,"level":"ALL","message":"May 5 17:22:05 --- last message repeated 1 time ---"},{"timestamp":1493976125662,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976125756,"level":"ALL","message":"May 5 17:22:05 --- last message repeated 1 time ---"},{"timestamp":1493976125756,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Pasteboard change listener callback port <NSMachPort: 0x7fde7fd1e750> registered"},{"timestamp":1493976125771,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Requesting installation of file:///Users/patw/Projects/news/ios/build/Build/Products/Debug-iphonesimulator/news.app/ with options: {"},{"timestamp":1493976125771,"level":"ALL","message":"\t CFBundleIdentifier = \"com.cnyes.news.ios\";"},{"timestamp":1493976125771,"level":"ALL","message":"\t PackageType = Developer;"},{"timestamp":1493976125771,"level":"ALL","message":"\t SimulatorRootPath = \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk\";"},{"timestamp":1493976125771,"level":"ALL","message":"\t SimulatorUserPath = \"/Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data\";"},{"timestamp":1493976125771,"level":"ALL","message":"\t}"},{"timestamp":1493976125776,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIClientConnection _doInstallationForURL:withOptions:completion:]: Install of \"/Users/patw/Projects/news/ios/build/Build/Products/Debug-iphonesimulator/news.app\" type Developer (LSInstallType = (null)) requested by lsd (pid 4611)"},{"timestamp":1493976125778,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstaller _extractPackageWithError:]: Did not construct delta; doing full copy for installation."},{"timestamp":1493976125966,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=com.cnyes.news.ios; Version=323, ShortVersion=1.7.1>"},{"timestamp":1493976125985,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.cnyes.news.ios at /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Data/Application/484F6354-E8A6-4D6A-B204-6C36F72A10A0"},{"timestamp":1493976125986,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.cnyes.news.ios at /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Bundle/Application/472FBDFC-31B6-4BA3-907A-0FE7CA583B4A"},{"timestamp":1493976125998,"level":"ALL","message":"May 5 17:22:05 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 0.19s; Waiting: 0.00s; Preflight/Patch: 0.01s, Verifying: 0.00s; Overall: 0.22s"},{"timestamp":1493976126042,"level":"ALL","message":"May 5 17:22:06 Patrickde-MacBook-Pro SpringBoard[4595]: [Common] [com.cnyes.news.ios] savedCachedGUIDString=F9BF44ED-2BC2-4338-8F5E-A4517BDFBD1B currentCacheGUID=F9BF44ED-2BC2-4338-8F5E-A4517BDFBD1B savedSequenceNSNumber=336 currentSequenceNumber=344 savedIngestorVersionNSNumber=4 currentIngestorVersion=4 dataStore=<BKSApplicationDataStore: 0x600000204180>"},{"timestamp":1493976126708,"level":"ALL","message":"May 5 17:22:06 Patrickde-MacBook-Pro videosubscriptionsd[30130]: Entering main() for videosubscriptionsd."},{"timestamp":1493976126709,"level":"ALL","message":"May 5 17:22:06 Patrickde-MacBook-Pro videosubscriptionsd[30130]: Unable to find framework using path: /System/Library/Frameworks/VideoSubscriberAccount.framework"},{"timestamp":1493976126711,"level":"ALL","message":"May 5 17:22:06 Patrickde-MacBook-Pro com.apple.CoreSimulator.SimDevice.4014F798-9485-47DA-AB25-9F0E00C5AD79.launchd_sim[4578] (com.apple.videosubscriptionsd[30130]): Service exited with abnormal code: 1"},{"timestamp":1493976130730,"level":"ALL","message":"May 5 17:22:10 Patrickde-MacBook-Pro com.apple.CoreSimulator.SimDevice.4014F798-9485-47DA-AB25-9F0E00C5AD79.launchd_sim[4578] (UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x4ffc][4600][30111]): Service exited due to Killed: 9"},{"timestamp":1493976130925,"level":"ALL","message":"May 5 17:22:10 Patrickde-MacBook-Pro assertiond[4600]: Deleted job with label: UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x4ffc][4600]"},{"timestamp":1493976131586,"level":"ALL","message":"May 5 17:22:11 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Pasteboard change listener callback port <NSMachPort: 0x7fde7fe31ed0> registered"},{"timestamp":1493976132791,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Requesting installation of file:///Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app with options: {"},{"timestamp":1493976132791,"level":"ALL","message":"\t CFBundleIdentifier = \"com.apple.test.WebDriverAgentRunner-Runner\";"},{"timestamp":1493976132791,"level":"ALL","message":"\t PackageType = Developer;"},{"timestamp":1493976132791,"level":"ALL","message":"\t SimulatorRootPath = \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk\";"},{"timestamp":1493976132791,"level":"ALL","message":"\t SimulatorUserPath = \"/Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data\";"},{"timestamp":1493976132791,"level":"ALL","message":"\t}"},{"timestamp":1493976132799,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIClientConnection _doInstallationForURL:withOptions:completion:]: Install of \"/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app\" type Developer (LSInstallType = (null)) requested by lsd (pid 4611)"},{"timestamp":1493976132802,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 MDMCreateDeltaDirectory: calling MDMDirectoryDiff with:"},{"timestamp":1493976132802,"level":"ALL","message":"\tstate->old_bundle: /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Bundle/Application/0406B258-3907-4A30-BAC6-7E3D9E8E2C1E/WebDriverAgentRunner-Runner.app"},{"timestamp":1493976132802,"level":"ALL","message":"\tstate->new_bundle: /Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app"},{"timestamp":1493976132802,"level":"ALL","message":"\tstate->dst_bundle: /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Library/Caches/com.apple.mobile.installd.staging/temp.M7qIps/extracted/Payload//WebDriverAgentRunner-Runner.app, binaryDiff flag: FALSE"},{"timestamp":1493976132802,"level":"ALL","message":"\t\tdst_ipa: /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Library/Caches/com.apple.mobile.installd.staging/temp.M7qIps/extracted"},{"timestamp":1493976132804,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008a96000 MDMDirectoryDiff_block_invoke: calling writeDictToFile with: /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Library/Caches/com.apple.mobile.installd.staging/temp.M7qIps/extracted/ManifestCache.plist"},{"timestamp":1493976132805,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008a96000 writeDictToFile: ==== Successfully wrote Manifest cache to /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Library/Caches/com.apple.mobile.installd.staging/temp.M7qIps/extracted/ManifestCache.plist"},{"timestamp":1493976132819,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundlePatch ID=com.apple.test.WebDriverAgentRunner-Runner; Version=1, ShortVersion=1.0>"},{"timestamp":1493976132820,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstallableBundlePatch applyPatchWithError:]: Attempting patch update of com.apple.test.WebDriverAgentRunner-Runner from 1 (1.0) to 1 (1.0)"},{"timestamp":1493976132821,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976132888,"level":"ALL","message":"May 5 17:22:12 --- last message repeated 4 times ---"},{"timestamp":1493976132888,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstallableBundle _refreshUUIDForContainer:withError:]: Data container for com.apple.test.WebDriverAgentRunner-Runner is now at /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Data/Application/AE253C31-CCF8-4775-9B3F-C368226B2A0F"},{"timestamp":1493976132891,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.test.WebDriverAgentRunner-Runner at /Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Bundle/Application/BE464A12-81C8-417C-ABA6-8A00220321F5"},{"timestamp":1493976132907,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro installd[22009]: 0x700008b19000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 0.01s; Waiting: 0.00s; Preflight/Patch: 0.06s, Verifying: 0.00s; Overall: 0.11s"},{"timestamp":1493976132916,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976132929,"level":"ALL","message":"May 5 17:22:12 --- last message repeated 1 time ---"},{"timestamp":1493976132929,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro com.apple.CoreSimulator.SimDevice.4014F798-9485-47DA-AB25-9F0E00C5AD79.launchd_sim[4578] (com.apple.videosubscriptionsd): Service only ran for 6 seconds. Pushing respawn out by 4 seconds."},{"timestamp":1493976132964,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro SpringBoard[4595]: [Common] [com.apple.test.WebDriverAgentRunner-Runner] savedCachedGUIDString=F9BF44ED-2BC2-4338-8F5E-A4517BDFBD1B currentCacheGUID=F9BF44ED-2BC2-4338-8F5E-A4517BDFBD1B savedSequenceNSNumber=340 currentSequenceNumber=348 savedIngestorVersionNSNumber=4 currentIngestorVersion=4 dataStore=<BKSApplicationDataStore: 0x6000002032d0>"},{"timestamp":1493976132988,"level":"ALL","message":"May 5 17:22:12 Patrickde-MacBook-Pro diagnosticd[4607]: unsupported XPC object: OS_xpc_dictionary"},{"timestamp":1493976136964,"level":"ALL","message":"May 5 17:22:16 --- last message repeated 2 times ---"},{"timestamp":1493976136964,"level":"ALL","message":"May 5 17:22:16 Patrickde-MacBook-Pro videosubscriptionsd[30169]: Entering main() for videosubscriptionsd."},{"timestamp":1493976136965,"level":"ALL","message":"May 5 17:22:16 Patrickde-MacBook-Pro videosubscriptionsd[30169]: Unable to find framework using path: /System/Library/Frameworks/VideoSubscriberAccount.framework"},{"timestamp":1493976136967,"level":"ALL","message":"May 5 17:22:16 Patrickde-MacBook-Pro com.apple.CoreSimulator.SimDevice.4014F798-9485-47DA-AB25-9F0E00C5AD79.launchd_sim[4578] (com.apple.videosubscriptionsd[30169]): Service exited with abnormal code: 1"},{"timestamp":1493976137595,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Requesting launch of com.apple.test.WebDriverAgentRunner-Runner with options: {"},{"timestamp":1493976137595,"level":"ALL","message":"\t arguments = ("},{"timestamp":1493976137595,"level":"ALL","message":"\t \"-NSTreatUnknownArgumentsAsOpen\","},{"timestamp":1493976137595,"level":"ALL","message":"\t NO,"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"-ApplePersistenceIgnoreState\","},{"timestamp":1493976137595,"level":"ALL","message":"\t YES"},{"timestamp":1493976137595,"level":"ALL","message":"\t );"},{"timestamp":1493976137595,"level":"ALL","message":"\t environment = {"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"DYLD_FRAMEWORK_PATH\" = \"/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator:/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/Library/PrivateFrameworks\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"DYLD_LIBRARY_PATH\" = \"/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator:/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/Library/PrivateFrameworks\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t NSUnbufferedIO = YES;"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"OS_ACTIVITY_DT_MODE\" = YES;"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"XCODE_DBG_XPC_EXCLUSIONS\" = \"com.apple.dt.xctestSymbolicator\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t XCTestConfigurationFilePath = \"/var/folders/f1/w0wpf57x3bj2v77q2_h71n4w0000gn/T/com.apple.dt.XCTest/9B795ED8-F3AC-48F9-84DD-9E92D4BEDDB1/remote-container/tmp/WebDriverAgentRunner-9B795ED8-F3AC-48F9-84DD-9E92D4BEDDB1.xctestconfiguration\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"__XCODE_BUILT_PRODUCTS_DIR_PATHS\" = \"/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"__XPC_DYLD_FRAMEWORK_PATH\" = \"/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"__XPC_DYLD_LIBRARY_PATH\" = \"/Users/patw/Library/Developer/Xcode/DerivedData/WebDriverAgent-cwyvcbqwrossyrbtdysssuuvpofu/Build/Products/Debug-iphonesimulator\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t };"},{"timestamp":1493976137595,"level":"ALL","message":"\t stderr = \"/dev/ttys001\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t stdout = \"/dev/ttys001\";"},{"timestamp":1493976137595,"level":"ALL","message":"\t \"wait_for_debugger\" = 0;"},{"timestamp":1493976137595,"level":"ALL","message":"\t}"},{"timestamp":1493976137595,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Beginning launch sequence for bundle 'com.apple.test.WebDriverAgentRunner-Runner'"},{"timestamp":1493976137595,"level":"ALL","message":"\t\tretryTimeout: 120.000000 (default write com.apple.CoreSimulatorBridge LaunchRetryTimeout <value>)"},{"timestamp":1493976137595,"level":"ALL","message":"\t\tbootTimeout: 300.000000 (default write com.apple.CoreSimulatorBridge BootRetryTimeout <value>)"},{"timestamp":1493976137595,"level":"ALL","message":"\t\tbootLeeway: 120.000000 (default write com.apple.CoreSimulatorBridge BootLeeway <value>)"},{"timestamp":1493976137595,"level":"ALL","message":"\t\tNote: Use 'xcrun simctl spawn booted defaults write <domain> <key> <value>' to modify defaults in the booted Simulator device."},{"timestamp":1493976137595,"level":"ALL","message":"\tSimulator booted at: 2017-05-05 05:11:02 +0000"},{"timestamp":1493976137595,"level":"ALL","message":"\tCurrent time: 2017-05-05 09:22:17 +0000"},{"timestamp":1493976137595,"level":"ALL","message":"\tWithin boot leeway: NO"},{"timestamp":1493976137595,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Launch attempt #0 for bundle 'com.apple.test.WebDriverAgentRunner-Runner', have been trying to launch for 0 seconds. Modern launch services = YES"},{"timestamp":1493976137596,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Got LSBundleProxy for 'com.apple.test.WebDriverAgentRunner-Runner', sequenceNumber 348, cacheGUID F9BF44ED-2BC2-4338-8F5E-A4517BDFBD1B"},{"timestamp":1493976137598,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: [Common] [FBSSystemService][0x8d6f] Sending request to open \"com.apple.test.WebDriverAgentRunner-Runner\""},{"timestamp":1493976137610,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro assertiond[4600]: Submitted job with label: UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x81ab][4600]"},{"timestamp":1493976137636,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro SpringBoard[4595]: [com.apple.test.WebDriverAgentRunner-Runner] Bootstrap complete with label: UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x81ab][4600]"},{"timestamp":1493976137645,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: [Common] [FBSSystemService][0x8d6f] Request successful: <BSProcessHandle: 0x7fde7fc29990; XCTRunner:30176; valid: YES>"},{"timestamp":1493976137647,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro CoreSimulatorBridge[4601]: Launch successful for 'com.apple.test.WebDriverAgentRunner-Runner'"},{"timestamp":1493976137888,"level":"ALL","message":"May 5 17:22:17 Patrickde-MacBook-Pro XCTRunner[30176]: assertion failed: 16E195 14E269: libxpc.dylib + 64131 [624BAF4F-2E03-34F8-ACBA-970B04637786]: 0x7d"},{"timestamp":1493976138014,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro XCTRunner[30176]: Running tests..."},{"timestamp":1493976138037,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c5602710; testmanagerd:30168; valid: YES> HWM increased to 1 because of <BKProcessAssertion: 0x7ff0c5508070; \"Developer testing\" (backgroundUI:inf); id:…2DA793C1254E>"},{"timestamp":1493976138291,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro SpringBoard[4595]: [Client] -[ACSpringBoardPluginController cancelActivationPreparationIfNecessary] SpringBoard did not call cancelPendingActivationEvent: in time before calling handleActivationEvent:eventSource:context: or handledButtonUpEventFromSource:"},{"timestamp":1493976138708,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro XCTRunner[30176]: Continuing to run tests in the background with task ID 1"},{"timestamp":1493976138708,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c5411cd0; XCTRunner:30176; valid: YES> HWM increased to 1 because of <BKProcessAssertion: 0x7ff0c5705180; \"Called by XCTRunner, from unknown method\" (finishTask:180s); id:…61B58FD4AA02>"},{"timestamp":1493976138717,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c5411cd0; XCTRunner:30176; valid: YES> HWM increased to 2 because of <BKProcessAssertion: 0x7ff0c540ba30; \"_UIRemoteKeyboard XPC disconnection\" (finishTask:180s); id:…D3374EAF1725>"},{"timestamp":1493976138718,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c5411cd0; XCTRunner:30176; valid: YES> HWM increased to 3 because of <BKProcessAssertion: 0x7ff0c5607e70; \"snapshot-task\" (finishTask:180s); id:…952114A54164>"},{"timestamp":1493976138719,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c5411cd0; XCTRunner:30176; valid: YES> HWM increased to 4 because of <BKProcessAssertion: 0x7ff0c5705530; \"com.apple.uikit.applicationSnapshot\" (finishTask:180s); id:…94832A01D1B0>"},{"timestamp":1493976138807,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro XCTRunner[30176]: Built at Apr 29 2017 20:46:03"},{"timestamp":1493976138822,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro XCTRunner[30176]: ServerURLHere->http://192.168.6.242:8100<-ServerURLHere"},{"timestamp":1493976138822,"level":"ALL","message":"May 5 17:22:18 Patrickde-MacBook-Pro SpringBoard[4595]: [KeyboardArbiter] HW kbd: Failed to set (null) as keyboard focus"},{"timestamp":1493976139348,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro assertiond[4600]: Submitted job with label: UIKitApplication:com.cnyes.news.ios[0xa13b][4600]"},{"timestamp":1493976139373,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro SpringBoard[4595]: [com.cnyes.news.ios] Bootstrap complete with label: UIKitApplication:com.cnyes.news.ios[0xa13b][4600]"},{"timestamp":1493976139539,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro news[30182]: objc[30182]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x11c359cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11c1706f0). One of the two will be used. Which one is undefined."},{"timestamp":1493976139736,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro news[30182]: initialize"},{"timestamp":1493976139742,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro news[30182]: Firebase automatic screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO in the Info.plist"},{"timestamp":1493976139769,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro news[30182]: assertion failed: 16E195 14E269: libxpc.dylib + 64131 [624BAF4F-2E03-34F8-ACBA-970B04637786]: 0x7d"},{"timestamp":1493976139987,"level":"ALL","message":"May 5 17:22:19 Patrickde-MacBook-Pro news[30182]: [Crashlytics] Version 3.7.0 (102)"},{"timestamp":1493976140077,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro SpringBoard[4595]: Remote notifications are not supported in the simulator"},{"timestamp":1493976140096,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Initializing <RCTBatchedBridge: 0x6000001b2440> (parent: <RCTBridge: 0x6080002c1ab0>, executor: RCTJSCExecutor)"},{"timestamp":1493976140115,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Class GenericShare was not exported. Did you forget to use RCT_EXPORT_MODULE()?"},{"timestamp":1493976140115,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Class WhatsAppShare was not exported. Did you forget to use RCT_EXPORT_MODULE()?"},{"timestamp":1493976140115,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Class GooglePlusShare was not exported. Did you forget to use RCT_EXPORT_MODULE()?"},{"timestamp":1493976140149,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: RCTBridge required dispatch_sync to load RCTDevSettings. This may lead to deadlocks"},{"timestamp":1493976140160,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Normal message received by listener connection. Ignoring."},{"timestamp":1493976140160,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Could not successfully update network info during initialization."},{"timestamp":1493976140387,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: ERROR: Error! iOS Simulator does not support push! Please test on a real iOS device. Error: Error Domain=NSCocoaErrorDomain Code=3010 \"remote notifications are not supported in the simulator\" UserInfo={NSLocalizedDescription=remote notifications are not supported in the simulator}"},{"timestamp":1493976140464,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c55067e0; news:30182; valid: YES> HWM increased to 1 because of <BKProcessAssertion: 0x7ff0c55150a0; \"Called by CoreData, from +[NSPersistentStoreCoordinator(_NSInternalMethods) _beginPowerAssertionWithAssert:]\" (finishTask:180s); id:…23D967EFA57C>"},{"timestamp":1493976140690,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: [] nw_connection_get_connected_socket_block_invoke 5 Connection has no connected handler"},{"timestamp":1493976140703,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Warning: View.propTypes has been deprecated and will be removed in a future version of ReactNative. Use ViewPropTypes instead."},{"timestamp":1493976140707,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Initing tracker"},{"timestamp":1493976140711,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: A location manager (0x7f8ccee27eb0) was created on a dispatch queue executing on a thread other than the main thread. It is the developer's responsibility to ensure that there is a run loop running on the thread on which the location manager object is allocated. In particular, creating location managers in arbitrary dispatch queues (not attached to the main queue) is not supported and will result in callbacks not being received."},{"timestamp":1493976140712,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: [Piwik] Tracker created with siteID 2"},{"timestamp":1493976140799,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Warning: NavigationExperimental is deprecated and will be removed in a future version of React Native. The NavigationExperimental views live on in the React-Navigation project, which also makes it easy to declare navigation logic for your app. Learn more at https://reactnavigation.org/"},{"timestamp":1493976140894,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Running application news ({"},{"timestamp":1493976140894,"level":"ALL","message":"\t initialProps = {"},{"timestamp":1493976140894,"level":"ALL","message":"\t };"},{"timestamp":1493976140894,"level":"ALL","message":"\t rootTag = 1;"},{"timestamp":1493976140894,"level":"ALL","message":"\t})"},{"timestamp":1493976140901,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Running application \"news\" with appParams: {\"rootTag\":1,\"initialProps\":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF"},{"timestamp":1493976140915,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro pasted[23158]: BundleID com.cnyes.news.ios from team 65G5UZ64P7 is requesting pasteboard fb_app_attribution"},{"timestamp":1493976140915,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro pasted[23158]: ...requesting pasteboard fb_app_attribution completed. Error: (null)"},{"timestamp":1493976140918,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Normal message received by listener connection. Ignoring."},{"timestamp":1493976140918,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: Could not successfully update network info during initialization."},{"timestamp":1493976140984,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: '[CNYES LOG]', 'headline-news24h-popular-celebrity_area-tw_stock-fund-wd_stock-event-wd_macro-future-forex-cnyeshouse'"},{"timestamp":1493976140984,"level":"ALL","message":"May 5 17:22:20 Patrickde-MacBook-Pro news[30182]: [] nw_connection_get_connected_socket_block_invoke 6 Connection has no connected handler"},{"timestamp":1493976141162,"level":"ALL","message":"May 5 17:22:21 Patrickde-MacBook-Pro news[30182]: Tracking screen"},{"timestamp":1493976141181,"level":"ALL","message":"May 5 17:22:21 Patrickde-MacBook-Pro assertiond[4600]: client <BSProcessHandle: 0x7ff0c55067e0; news:30182; valid: YES> HWM increased to 2 because of <BKProcessAssertion: 0x7ff0c540ae30; \"Called by CoreData, from +[NSPersistentStoreCoordinator(_NSInternalMethods) _beginPowerAssertionWithAssert:]\" (finishTask:180s); id:…FBE25AC04E53>"},{"timestamp":1493976141183,"level":"ALL","message":"May 5 17:22:21 Patrickde-MacBook-Pro news[30182]: 'message', 'LoginNotFound'"},{"timestamp":1493976141189,"level":"ALL","message":"May 5 17:22:21 Patrickde-MacBook-Pro news[30182]: [SocketProtocolError: Socket hung up]"},{"timestamp":1493976141658,"level":"ALL","message":"May 5 17:22:21 Patrickde-MacBook-Pro news[30182]: Normal message received by listener connection. Ignoring."},{"timestamp":1493976142196,"level":"ALL","message":"May 5 17:22:22 Patrickde-MacBook-Pro news[30182]: [Crashlytics:Crash] Warning: NSUncaughtExceptionHandler is 'GAIUncaughtExceptionHandler' in '/Users/patw/Library/Developer/CoreSimulator/Devices/4014F798-9485-47DA-AB25-9F0E00C5AD79/data/Containers/Bundle/Application/472FBDFC-31B6-4BA3-907A-0FE7CA583B4A/news.app/news'"},{"timestamp":1493976142922,"level":"ALL","message":"May 5 17:22:22 Patrickde-MacBook-Pro news[30182]: [] nw_connection_get_connected_socket_block_invoke 12 Connection has no connected handler"},{"timestamp":1493976144058,"level":"ALL","message":"May 5 17:22:24 Patrickde-MacBook-Pro backboardd[4596]: [Common] Couldn't find the digitizer HID service, this is probably bad"},{"timestamp":1493976144142,"level":"ALL","message":"May 5 17:22:24 --- last message repeated 2 times ---"},{"timestamp":1493976144142,"level":"ALL","message":"May 5 17:22:24 Patrickde-MacBook-Pro news[30182]: Tracking event"},{"timestamp":1493976144143,"level":"ALL","message":"May 5 17:22:24 Patrickde-MacBook-Pro SpringBoard[4595]: Remote notifications are not supported in the simulator"},{"timestamp":1493976144144,"level":"ALL","message":"May 5 17:22:24 Patrickde-MacBook-Pro news[30182]: ERROR: Error! iOS Simulator does not support push! Please test on a real iOS device. Error: Error Domain=NSCocoaErrorDomain Code=3010 \"remote notifications are not supported in the simulator\" UserInfo={NSLocalizedDescription=remote notifications are not supported in the simulator}"},{"timestamp":1493976144953,"level":"ALL","message":"May 5 17:22:24 Patrickde-MacBook-Pro news[30182]: [] nw_connection_get_connected_socket_block_invoke 13 Connection has no connected handler"},{"timestamp":1493976145867,"level":"ALL","message":"May 5 17:22:25 Patrickde-MacBook-Pro backboardd[4596]: [Common] Couldn't find the digitizer HID service, this is probably bad"},{"timestamp":1493976145959,"level":"ALL","message":"May 5 17:22:25 --- last message repeated 2 times ---"},{"timestamp":1493976145959,"level":"ALL","message":"May 5 17:22:25 Patrickde-MacBook-Pro SpringBoard[4595]: dataProviderDidLoad: com.cnyes.news.ios"},{"timestamp":1493976145959,"level":"ALL","message":"May 5 17:22:25 Patrickde-MacBook-Pro pasted[23158]: BundleID com.cnyes.news.ios from team 65G5UZ64P7 is requesting pasteboard fb_app_attribution"},{"timestamp":1493976145960,"level":"ALL","message":"May 5 17:22:25 Patrickde-MacBook-Pro pasted[23158]: ...requesting pasteboard fb_app_attribution completed. Error: (null)"},{"timestamp":1493976146973,"level":"ALL","message":"May 5 17:22:26 Patrickde-MacBook-Pro news[30182]: [] nw_connection_get_connected_socket_block_invoke 14 Connection has no connected handler"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment