* commit '975f85110b75d36c59977f2482154bbbda986ee7': crash_reporter: Fix path to dbus-send
This commit is contained in:
commit
2083a3befc
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…
Add table
Reference in a new issue