commit | 3fa9a59ea323e6b59e1c9292e088071b9e85a4b8 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Tue Jan 08 06:29:22 2019 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Jan 08 06:29:22 2019 -0800 |
tree | a1f37c9629f1f540a7e1e17689b04a8a21f9c87a | |
parent | 6cc741ec9ac58ca55a3a137c0c8082683d2a0220 [diff] |
debuggerd: Fix return type in error case With our method returning 'bool', a "return -1" is interpretted as 'true'. We change this to an explicit 'false', as desired. Test: TreeHugger Change-Id: I222858b797bc4242a2dc6d4fe81df3d2586d055a