crash_reporter: Fix path to dbus-send
Bug: 22486906 Change-Id: If70b387bf95709719bb781719e7d0c195385be78
This commit is contained in:
parent
9a995b2c8f
commit
8b8878a7d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue