commit | 6393c62e2ec67fc5cef62841495b6b7a11485edb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 19 01:43:22 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 19 01:43:22 2017 +0000 |
tree | 8ef3bab45747e4f76a38523bac1653b46937e905 | |
parent | 22d2136d758a7217b6d477607376bec40cecfb26 [diff] | |
parent | 52315ae32932243f9b99e386ae052010e745d835 [diff] |
Merge "bootstat: remove extraneous android_logcat_destroy."
diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index f8eaa1c..8916c59 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp
@@ -508,7 +508,6 @@ 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;