Skip to content

Commit

Permalink
Merge pull request #176 from Microsoft/feature/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jaeklim authored Sep 30, 2016
2 parents 0328e75 + 03acd08 commit 9afbe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9afbe2f

Please sign in to comment.