Merge "bootstat: remove extraneous android_logcat_destroy." am: 6393c62e2e
am: 39e5bb6129
Change-Id: I7221a6803499bd74c02093049b51c1fe7c220aad
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;