isonic1 / flick

A CLI with helpful QA tools for Android (Devices & Emulators) and iOS (Devices).
MIT License
101 stars 26 forks source link

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

Open isonic1 opened 7 years ago

isonic1 commented 7 years ago

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

sskorol commented 7 years ago

@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 commented 7 years ago

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

isonic1 commented 7 years ago

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.