commit | 9110c80facd51ce3f53ad457226cacffb0b29602 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Oct 30 13:51:03 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Oct 31 06:43:47 2019 -0700 |
tree | 6e4c53713e08ca164decd1296d8b7c7be8fee552 | |
parent | 4d15b620393c3a9eefaa974e2bb261e03e99c9f1 [diff] |
logcat: fix logcatd / logpersist Removing the rest of liblogcat broke logcatd since LogcatPanic() now actually calls exit(), whereas logcatd relied on it to return normally. We can achieve the expected behavior with a small shell script, so this change does that as well. Test: logcatd / logpersist work Change-Id: Icde36a4811a0db987a801978485e1af1dfc3d38c