mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
android: Print stderr from adb commands
This commit is contained in:
committed by
Baldur Karlsson
parent
cced0e695b
commit
48d759e289
@@ -608,6 +608,8 @@ string adbExecCommand(const string &device, const string &args)
|
||||
if(result.strStdout.length())
|
||||
// This could be an error (i.e. no package), or just regular output from adb devices.
|
||||
RDCLOG("STDOUT:\n%s", result.strStdout.c_str());
|
||||
if(result.strStderror.length())
|
||||
RDCLOG("STDERR:\n%s", result.strStderror.c_str());
|
||||
return result.strStdout;
|
||||
}
|
||||
string adbGetDeviceList()
|
||||
|
||||
Reference in New Issue
Block a user