summaryrefslogtreecommitdiffstats
path: root/recovery-persist.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-08 05:30:50 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-08 05:30:50 +0200
commit5285c27bf4212a49549fba709d8ffd17a90489e3 (patch)
treef16f1b7c353aa785242c0506dc6809461d6ac66f /recovery-persist.cpp
parentMerge "updater: Skip an updated partition on retry." (diff)
parentrecovery: Refactor logging code into logging.cpp (diff)
downloadandroid_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.tar
android_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.tar.gz
android_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.tar.bz2
android_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.tar.lz
android_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.tar.xz
android_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.tar.zst
android_bootable_recovery-5285c27bf4212a49549fba709d8ffd17a90489e3.zip
Diffstat (limited to 'recovery-persist.cpp')
-rw-r--r--recovery-persist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery-persist.cpp b/recovery-persist.cpp
index dbce7ff74..d3ade6260 100644
--- a/recovery-persist.cpp
+++ b/recovery-persist.cpp
@@ -41,7 +41,7 @@
#include <android-base/logging.h>
#include <private/android_logger.h> /* private pmsg functions */
-#include "rotate_logs.h"
+#include "logging.h"
static const char *LAST_LOG_FILE = "/data/misc/recovery/last_log";
static const char *LAST_PMSG_FILE = "/sys/fs/pstore/pmsg-ramoops-0";