upload android base code part6

This commit is contained in:
August 2018-08-08 17:48:24 +08:00
parent 421e214c7d
commit 4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#ifndef WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
#define WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_
#include "perf_profile.pb.h"
#include <string>
namespace wireless_android_logging_awp {
wireless_android_play_playlog::AndroidPerfProfile
RawPerfDataToAndroidPerfProfile(const std::string &perf_file);
} // namespace wireless_android_logging_awp
#endif // WIRELESS_ANDROID_LOGGING_AWP_PERF_DATA_CONVERTER_H_