Loading crash_reporter/init.crash_reporter.rc +0 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,6 @@ on boot # Create crash directories. # Create crash directories. mkdir /data/misc/crash_reporter 0700 root root mkdir /data/misc/crash_reporter 0700 root root mkdir /data/local/tmp/crash_reporter 0700 root root service crash_reporter /system/bin/crash_reporter --init service crash_reporter /system/bin/crash_reporter --init class late_start class late_start Loading crash_reporter/user_collector.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -45,7 +45,7 @@ static const char kCoreToMinidumpConverterPath[] = "/system/bin/core2md"; static const char kStatePrefix[] = "State:\t"; static const char kStatePrefix[] = "State:\t"; static const char kCoreTempFolder[] = "/data/local/tmp/crash_reporter"; static const char kCoreTempFolder[] = "/data/misc/crash_reporter/tmp"; // Define an otherwise invalid value that represents an unknown UID. // Define an otherwise invalid value that represents an unknown UID. static const uid_t kUnknownUid = -1; static const uid_t kUnknownUid = -1; Loading Loading
crash_reporter/init.crash_reporter.rc +0 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,6 @@ on boot # Create crash directories. # Create crash directories. mkdir /data/misc/crash_reporter 0700 root root mkdir /data/misc/crash_reporter 0700 root root mkdir /data/local/tmp/crash_reporter 0700 root root service crash_reporter /system/bin/crash_reporter --init service crash_reporter /system/bin/crash_reporter --init class late_start class late_start Loading
crash_reporter/user_collector.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -45,7 +45,7 @@ static const char kCoreToMinidumpConverterPath[] = "/system/bin/core2md"; static const char kStatePrefix[] = "State:\t"; static const char kStatePrefix[] = "State:\t"; static const char kCoreTempFolder[] = "/data/local/tmp/crash_reporter"; static const char kCoreTempFolder[] = "/data/misc/crash_reporter/tmp"; // Define an otherwise invalid value that represents an unknown UID. // Define an otherwise invalid value that represents an unknown UID. static const uid_t kUnknownUid = -1; static const uid_t kUnknownUid = -1; Loading