Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Insert marker on iOS log for test start point. #15

Open
isonic1 opened this issue Jan 25, 2017 · 3 comments
Open

Insert marker on iOS log for test start point. #15

isonic1 opened this issue Jan 25, 2017 · 3 comments

Comments

@isonic1
Copy link
Owner

isonic1 commented Jan 25, 2017

idevicelog is capturing data before test runs. Insert a line in the log to reference the test start point.

@sskorol
Copy link

sskorol commented Jan 25, 2017

@isonic1 thanks for this one. Do you also want to add logcat -c before starting a new log on android?

-c	Clears (flushes) the entire log and exits.

@isonic1
Copy link
Owner Author

isonic1 commented Jan 25, 2017

@sskorol Yeah, thats a good idea. Will add that too.

@isonic1
Copy link
Owner Author

isonic1 commented Jan 28, 2017

I added the command to clear the android log. I couldn't however insert a line into the idevicelog file as it's blocked by that process. I didn't spend a whole lot of time finding a solution, though. When I have another chance I'll try to figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants