diff --git a/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/mobile-sdk-api-guide.mdx b/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/mobile-sdk-api-guide.mdx index e3460c07588..af94b5065bb 100644 --- a/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/mobile-sdk-api-guide.mdx +++ b/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/mobile-sdk-api-guide.mdx @@ -321,6 +321,20 @@ Automatic instrumentation is one of the Android agent's more convenient features * `toString` + + + + `Log` + + + + * `d` // debug + * `w` // warning + * `i` // info + * `v` // verbose + * `e` // error + +