From 03acd08345ec3b1745f975d2b84b7704d6aee98f Mon Sep 17 00:00:00 2001 From: Jae Lim Date: Fri, 30 Sep 2016 11:48:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1012320eb0..22a74fddef 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ You create your own Crashes listener and assign it like this: ## 6. Advanced APIs -* **Debugging**: You can control the amount of log messages that show up from the Sonoma SDK in LogCat. Use the `Sonoma.setLogLevel()` API to enable additional logging while debugging. The log levels correspond to the ones defined in `android.util.Log`. By default, it is set it to `ASSERT`. +* **Debugging**: You can control the amount of log messages that show up from the Sonoma SDK in LogCat. Use the `Sonoma.setLogLevel()` API to enable additional logging while debugging. The log levels correspond to the ones defined in `android.util.Log`. By default, it is set it to `ASSERT` for non-debuggable applications and `WARN` for debuggable applications. ```Java Sonoma.setLogLevel(Log.VERBOSE);