OSDN Git Service

Merge "dumpstate: Use private interfaces for buffer size properties"
authorMark Salyzyn <salyzyn@google.com>
Fri, 21 Oct 2016 18:08:51 +0000 (18:08 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Fri, 21 Oct 2016 18:08:51 +0000 (18:08 +0000)
am: 430b3667ec

Change-Id: I150663d5108340f1434f8ec48eb6cd9d4722603f

1  2 
cmds/dumpstate/dumpstate.cpp

  
  #include <android-base/stringprintf.h>
  #include <android-base/unique_fd.h>
 +#include <android-base/file.h>
  #include <cutils/properties.h>
 +#include <hardware_legacy/power.h>
  
- #include "private/android_filesystem_config.h"
- #define LOG_TAG "dumpstate"
- #include <cutils/log.h>
+ #include <private/android_filesystem_config.h>
+ #include <private/android_logger.h>
  
  #include "dumpstate.h"
  #include "ziparchive/zip_writer.h"