Skip to content

Commit

Permalink
Removed unused field #10
Browse files Browse the repository at this point in the history
Removed unused field TAG from the file as it affects the performance
  • Loading branch information
mmobbu authored Feb 16, 2024
1 parent e7a3816 commit 14fb731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class StartRecording extends AbstractAPIActivity {
public static final String EXTRA_STATS_TARGET_PACKAGE = "STATS_TARGET_PACKAGE";
public static final String EXTRA_STATS_TARGET_CLASS = "STATS_TARGET_CLASS";

private static final String TAG = StartRecording.class.getSimpleName();


protected void execute(TrackRecordingService service) {
Track.Id trackId = service.startNewTrack();
Expand Down

0 comments on commit 14fb731

Please sign in to comment.