Skip to content

Commit

Permalink
remove not needed trace class and setup (#1021)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1021

we have removed the compose sample from the sample, but not remove the tracer part, so OSS not be abled to built, this will fix it.

Reviewed By: apowolny

Differential Revision: D63835512

fbshipit-source-id: c33f7cc82e5cd8433602960c51d6193d2837d26f
  • Loading branch information
Peng Jiang authored and facebook-github-bot committed Oct 3, 2024
1 parent 7b9002f commit 600a2b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
48 changes: 0 additions & 48 deletions sample/src/main/java/com/facebook/samples/litho/ComposeTracer.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public void onCreate() {
Fresco.initialize(this);
FrescoVito.initialize();
SoLoader.init(this, false);
ComposeTracer.initialize();

if (FlipperUtils.shouldEnableFlipper(this)) {
final FlipperClient client = AndroidFlipperClient.getInstance(this);
Expand Down

0 comments on commit 600a2b9

Please sign in to comment.