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

tvOS not logging on real device #172

Merged
merged 2 commits into from
Mar 10, 2023
Merged

tvOS not logging on real device #172

merged 2 commits into from
Mar 10, 2023

Commits on Mar 8, 2023

  1. Register fallback directory

    The fallback was never being registered. Once registered it seems to be configured and allow the user to enable remote logging etc. There may be assumptions elsewhere as the logs still don’t seem to persist. This likely requires more investigation.
    mmmcheese committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4262a6a View commit details
    Browse the repository at this point in the history
  2. Caches directory

    Use the caches directory for appleTV hardware as this is the only available directory on tvOS. It is more temporary, and often is cleared on backgrounding, but at least it’s available.
    mmmcheese committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    63d4f30 View commit details
    Browse the repository at this point in the history