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