You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% ettrace --launch
Please open the app on the device
Re-run with `--simulator` to connect to the simulator.
Press return when ready...
Connecting to device.
Connected
Re-launch the app to start recording, then press return to exit
Connected
Waiting for report to be generated...
Do you see what further changes would be required to make this work?
Please note I was using Apple TV HD with USB connection.
The text was updated successfully, but these errors were encountered:
Thanks for trying this out @mkj-is! I don't have an Apple TV to test with, but I have some ideas for what you could try. When you first ran ettrace did the tvOS app automatically quit? If it did that would indicate the peertalk channel was working because the message to restart was sent from the CLI to the app. If that worked then the next step would be to make sure the recording was stopped on the tvOS app. You could add some logs to +stopRecording in EMGPerfAnalysis.mm and make sure that gets called
ETTrace does not support tvOS.
I quickly experimented with changing
Package.swift
andbuild.sh
files. I built theETTrace
framework successfully, but got stuck when receiving results from the device. You can see my changes here: https://github.com/EmergeTools/ETTrace/compare/main...mkj-is:ETTrace:feature/tvos-support?expand=1Do you see what further changes would be required to make this work?
Please note I was using Apple TV HD with USB connection.
The text was updated successfully, but these errors were encountered: