summaryrefslogtreecommitdiff
path: root/perfprofd/config.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-05-11 12:40:59 -0700
committerAndreas Gampe <agampe@google.com>2018-05-11 12:40:59 -0700
commit35dc17555a092add8948262aa8826d36f887b576 (patch)
treed40594b13d710cfd4c47f70cb82a9d1164dc4c02 /perfprofd/config.h
parent8ac93f3822fc2181b4187249e13d89530380acd4 (diff)
downloadextras-35dc17555a092add8948262aa8826d36f887b576.tar.gz
Perfprofd: Update comments
Remove no longer applying comments. Bug: 73175642 Test: mmma system/extras/perfprofd Change-Id: Ie84275052d283c65c69d48f0521a5e27b90f25c0
Diffstat (limited to 'perfprofd/config.h')
-rw-r--r--perfprofd/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/perfprofd/config.h b/perfprofd/config.h
index 0ee23099..01247700 100644
--- a/perfprofd/config.h
+++ b/perfprofd/config.h
@@ -42,8 +42,7 @@ struct Config {
// the whole system will be profiled.
int32_t process = -1;
- // Destination directory (where to write profiles). This location
- // chosen since it is accessible to the uploader service.
+ // Destination directory (where to write profiles).
std::string destination_directory = "/data/misc/perfprofd";
// Config directory (where to read configs).
std::string config_directory = "/data/data/com.google.android.gms/files";