jw
12/21/2021, 12:27 PMalec
12/21/2021, 4:59 PMd.medina
12/21/2021, 11:04 PMdave08
12/27/2021, 2:22 PMjw
12/27/2021, 2:26 PMjw
12/27/2021, 2:27 PMjw
12/27/2021, 2:30 PMdave08
12/27/2021, 3:06 PMTimber.d("Some Log %s", someHeavyOperationToCalculateTheString())
you'd have to clutter the code with if (BuildConfig.DEBUG)
before each of those so that the heavy operation won't be called... whereas if the Tree is configured to filter out debug logs a Timber.d { "Some Log ${someHeavyOperationToCalculateTheString()}" }
would be sufficient...dave08
12/27/2021, 3:07 PMjw
12/27/2021, 3:11 PMdave08
12/27/2021, 3:15 PMColton Idle
12/27/2021, 8:36 PMdave08
12/28/2021, 10:47 AMdave08
12/28/2021, 10:47 AMdave08
12/28/2021, 10:48 AMhfhbd
12/29/2021, 12:55 PMjw
12/29/2021, 12:57 PMhfhbd
12/29/2021, 1:00 PMjw
12/29/2021, 1:06 PMhfhbd
12/29/2021, 1:07 PMjw
12/30/2021, 4:15 PMjw
12/30/2021, 4:16 PMjw
12/30/2021, 4:18 PMColton Idle
12/30/2021, 5:22 PMjw
12/30/2021, 5:25 PMjw
12/30/2021, 10:46 PMjessewilson
12/31/2021, 12:22 PMColton Idle
12/31/2021, 2:41 PMColton Idle
12/31/2021, 2:43 PMSam Garfinkel
12/31/2021, 5:17 PM