-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[log] add Android log system support (#2614)
Developers can use the command `ot-ctl log level 5` to change the default log level to DEBUG. Sometimes, the `ot-daemon` crashes before developers can run the ot-ctl command on Android. This commit add Android log system support, so that developers can run the command `setprop log.tag.ot-daemon DEBUG` to change the log level before the ot-daemon runs.
- Loading branch information
1 parent
414ee5b
commit 094f9c1
Showing
2 changed files
with
66 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters