Merge "bootstat: remove extraneous android_logcat_destroy."
This commit is contained in:
commit
6393c62e2e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue