diff options
author | Josh Gao <jmgao@google.com> | 2017-10-19 02:21:11 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-19 02:21:11 +0000 |
commit | a63ccea6abc7ea02e2d98e41c80793ca97237bd3 (patch) | |
tree | 29e47487bb55cc62b409413b88a5c85c4dc1db41 /bootstat/bootstat.cpp | |
parent | 3e96c4c7d0c2168a7e9995fa95a1c1c0ff3e4a23 (diff) | |
parent | dc24a5dceca5d0c0cc18f85a192ebd7fd33ed7b5 (diff) |
Merge "bootstat: remove extraneous android_logcat_destroy." am: 6393c62e2e am: 39e5bb6129
am: dc24a5dcec
Change-Id: I50d3c3bf5c80c373238ec64f3ca9bc026d285378
Diffstat (limited to 'bootstat/bootstat.cpp')
-rw-r--r-- | bootstat/bootstat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index f8eaa1cd3..8916c598a 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp @@ -508,7 +508,6 @@ std::string BootReasonStrToReason(const std::string& boot_reason) { android::base::ReadFdToString(fileno(fp), &content); } android_logcat_pclose(&ctx, fp); - android_logcat_destroy(&ctx); static const char logcat_battery[] = "W/healthd ( 0): battery l="; const char* match = logcat_battery; |