commit | cd61ae3a66975b17796326c6b720dd2ef8bb5c65 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 15 08:35:24 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Jun 20 14:21:41 2017 -0700 |
tree | f8919098e340b573747371b30e32ae1ef303e11f | |
parent | bb0d0245b3868c420284a7e3fda49e0d481d535d [diff] [blame] |
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
diff --git a/adb_utils.h b/adb_utils.h index 11c0ec9..f764a0e 100644 --- a/adb_utils.h +++ b/adb_utils.h
@@ -89,4 +89,6 @@ } }; +std::string GetLogFilePath(); + #endif