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

Android Profiler on calling thread #2691

Merged
merged 4 commits into from
May 5, 2023

Commits on May 3, 2023

  1. AndroidTransactionProfiler now starts/stops profiles without offloadi…

    …ng to the executorService
    
    removed any file checks due to the code running possibly on the main thread
    wrapped Debug methods into try/catch to compensate lack of file checks
    stefanosiano committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a483e8c View commit details
    Browse the repository at this point in the history
  2. updated changelog

    stefanosiano committed May 3, 2023
    Configuration menu
    Copy the full SHA
    12ac523 View commit details
    Browse the repository at this point in the history
  3. updated test

    stefanosiano committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3c1bace View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    1dbf094 View commit details
    Browse the repository at this point in the history