debuggerd_test: fix crasher path.
am: a7d7eb6d2a
Change-Id: Ie87aa723909ea7eb9ce7fef17c9145fc8ce11b42
This commit is contained in:
commit
8c1ebc6037
1 changed files with 2 additions and 2 deletions
|
|
@ -40,10 +40,10 @@ using namespace std::chrono_literals;
|
|||
using android::base::unique_fd;
|
||||
|
||||
#if defined(__LP64__)
|
||||
#define CRASHER_PATH "/system/xbin/crasher64"
|
||||
#define CRASHER_PATH "/system/bin/crasher64"
|
||||
#define ARCH_SUFFIX "64"
|
||||
#else
|
||||
#define CRASHER_PATH "/system/xbin/crasher"
|
||||
#define CRASHER_PATH "/system/bin/crasher"
|
||||
#define ARCH_SUFFIX ""
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue