Skip to content

Commit

Permalink
add empty changes for testing, please remove them after confirming ev…
Browse files Browse the repository at this point in the history
…erything is good
  • Loading branch information
pablo-guardiola committed Sep 10, 2024
1 parent 8ea3b60 commit 9eec8a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
outputs:
should_run: ${{ steps.check_changes.outputs.run_tests }}
steps:
# TODO Adding an empty comment for testing, please remove after confirming everything is good
# Checkout repo to Github Actions runner
- name: Checkout
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ object Capture {
dateProvider: DateProvider? = null,
apiUrl: HttpUrl = defaultCaptureApiUrl,
) {
// TODO Adding a no-op for testing, please remove after confirming everything is good
val test = true
// Note that we need to use @Synchronized to prevent multiple loggers from being initialized,
// while subsequent logger access relies on volatile reads.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import kotlin.random.Random
/**
* A Java app entry point that initializes the Bitdrift Logger.
*/
// TODO Adding an empty comment for testing, please remove after confirming everything is good
class GradleTestApp : Application() {

private var activitySpan: Span? = null
Expand Down

0 comments on commit 9eec8a1

Please sign in to comment.