bevyengine / bevyengine/bevy

Tracing with tracy on iOS / Android

Open
#21,612 3 comments 0 reactions 0 assignees View on GitHub
A-Diagnostics C-Feature O-Android O-iOS S-Ready-For-Implementation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 16h
Merged PRs (30d)
171

Description

## What problem does this solve or what need does it fill?

Currently tracing using tracy can only be done on desktop because it is intentionally gated out on mobile platforms.

## What solution would you like?

I would like the log plugin to support the trace-tracy feature for iOS and Android,
given that the tracing_tracy crate can be built successfully for this platforms.

## What alternative(s) have you considered?

Forking bevy and changing one line to add the tracy layer (what I did currently to profile the Android version)

## Additional context

-

Contributor guide

Open the contributing guide

Research direction

Locate the log plugin's platform gating for the trace-tracy feature and inspect how the tracing_tracy crate is configured for iOS and Android. Build the relevant mobile targets and verify that tracing works on both platforms without requiring a fork.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, ios, rust
Domain
mobile, observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.