From 8b8878a7d18fbaabf0e21191a905c4489aa0c3cf Mon Sep 17 00:00:00 2001 From: Steve Fung Date: Fri, 21 Aug 2015 02:11:18 -0700 Subject: [PATCH] crash_reporter: Fix path to dbus-send Bug: 22486906 Change-Id: If70b387bf95709719bb781719e7d0c195385be78 --- crash_reporter/crash_reporter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crash_reporter/crash_reporter.cc b/crash_reporter/crash_reporter.cc index 0e45992e3..b4f24694e 100644 --- a/crash_reporter/crash_reporter.cc +++ b/crash_reporter/crash_reporter.cc @@ -74,7 +74,7 @@ static void CountUncleanShutdown() { static void CountUserCrash() { SendCrashMetrics(kCrashKindUser, "user"); std::string command = StringPrintf( - "/usr/bin/dbus-send --type=signal --system / \"%s\" &", + "/system/bin/dbus-send --type=signal --system / \"%s\" &", kUserCrashSignal); // Announce through D-Bus whenever a user crash happens. This is // used by the metrics daemon to log active use time between