summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-06-15 08:35:24 -0700
committerElliott Hughes <enh@google.com>2017-06-20 14:21:41 -0700
commit6eadee860798bf4e0be0293450017fbc95ff41c8 (patch)
tree91fdf8b4bbf1bd667b5ceb440454504305ca35e6 /adb/adb_utils.h
parentb001cc5b1c544efe5b0db5c7a10dd6efdb8fad4d (diff)
downloadsystem_core-6eadee860798bf4e0be0293450017fbc95ff41c8.tar.gz
system_core-6eadee860798bf4e0be0293450017fbc95ff41c8.tar.bz2
system_core-6eadee860798bf4e0be0293450017fbc95ff41c8.zip
Give a clear error message if we can't start the server.
Bug: http://b/35218713 Test: adb kill-server ; export HOME=/ ; adb devices Change-Id: I53cc30213be0eab84e42b09c7b501362d6e44b05
Diffstat (limited to 'adb/adb_utils.h')
-rw-r--r--adb/adb_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/adb_utils.h b/adb/adb_utils.h
index 11c0ec9cc..f764a0eea 100644
--- a/adb/adb_utils.h
+++ b/adb/adb_utils.h
@@ -89,4 +89,6 @@ class BlockingQueue {
}
};
+std::string GetLogFilePath();
+
#endif