commit | d7e819f9eadd27cfaf151ba088fc3e8f9d1a8216 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Dec 16 23:58:47 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Sat Dec 17 01:01:48 2022 +0000 |
tree | 07df6a5076bdb5350165b4716af78a635e1666ba | |
parent | 13101fe9d27c41856fe09acb2831c88ebd729756 [diff] |
Improve log message for locksettings shell commands Instead of the cryptic message "Caller pid %d Caller uid %d" at ERROR level, use the clearer message "Executing shell command '%s'; callingPid=%d, callingUid=%d" at INFO level. Intentionally log only the command name, not the other arguments. This is motivated by trying to debug b/262185378. Test: ran some shell commands and checked logcat Bug: 262185378 Change-Id: Ibd0e2763deaedf0c12823aa890398a35e4c46d8d