Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a63ccea6 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "bootstat: remove extraneous android_logcat_destroy." am: 6393c62e am: 39e5bb61

am: dc24a5dc

Change-Id: I50d3c3bf5c80c373238ec64f3ca9bc026d285378
parents 3e96c4c7 dc24a5dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;