Skip to content

Commit

Permalink
change in capture
Browse files Browse the repository at this point in the history
  • Loading branch information
anadelarosa3 committed Sep 10, 2024
1 parent 93c2f47 commit 11caa2d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ object Capture {
return
}

// This is a test
val test = true

// If the logger has already been configured, do nothing.
if (default.get() != null) {
Log.w("capture", "Attempted to initialize Capture more than once")
Expand Down

0 comments on commit 11caa2d

Please sign in to comment.