Merge "Migrate disk directory from /data/system/ to /data/misc/"

This commit is contained in:
TreeHugger Robot
2017-12-12 17:36:34 +00:00
committed by Android (Google) Code Review
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ const int FIELD_ID_NAME = 2;
const int FIELD_ID_METRICS = 1;
const int FIELD_ID_UID_MAP = 2;
#define STATS_DATA_DIR "/data/system/stats-data"
#define STATS_DATA_DIR "/data/misc/stats-data"
StatsLogProcessor::StatsLogProcessor(const sp<UidMap>& uidMap,
const sp<AnomalyMonitor>& anomalyMonitor,

View File

@@ -46,7 +46,7 @@ namespace os {
namespace statsd {
constexpr const char* kPermissionDump = "android.permission.DUMP";
#define STATS_SERVICE_DIR "/data/system/stats-service"
#define STATS_SERVICE_DIR "/data/misc/stats-service"
// ======================================================================
/**

View File

@@ -29,7 +29,7 @@ namespace android {
namespace os {
namespace statsd {
#define STATS_SERVICE_DIR "/data/system/stats-service"
#define STATS_SERVICE_DIR "/data/misc/stats-service"
using android::base::StringPrintf;
using std::unique_ptr;

View File

@@ -30,7 +30,7 @@ namespace android {
namespace os {
namespace statsd {
#define STATS_SERVICE_DIR "/data/system/stats-service"
#define STATS_SERVICE_DIR "/data/misc/stats-service"
// for ConfigMetricsReportList
const int FIELD_ID_REPORTS = 2;