How to enable and collect application log for apple watch?

Hi there, I am looking for a way to collect application logging for apple watch. So far, I only found this https://download.developer.apple.com/iOS/watchOS_Logs/sysdiagnose_Logging_Instructions.pdf to collect sysdiagnose logging. I looked into the sysdiagnose logging and it doesn't seem to be the application log. I am looking for sth like the log in xcode debug console. Do you know how I can collect this log?

Answered by colorvisa in 690295022

An answer to my own question. Watch Connectivity allows us to transfer files between watch and phone. I have to write log to a file then transfer it to phone based on some events from the app

Accepted Answer

An answer to my own question. Watch Connectivity allows us to transfer files between watch and phone. I have to write log to a file then transfer it to phone based on some events from the app

How to enable and collect application log for apple watch?
 
 
Q