mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Bug 1462678 - Removed unused code from Gecko r=jchen
Differential Revision: https://phabricator.services.mozilla.com/D4295 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
c3d01b0fe9
commit
01d3f08437
@ -196,8 +196,6 @@ public class CrashReporterService extends JobIntentService {
|
||||
if (profileName != null) {
|
||||
// Extract the crash dump ID and telemetry client ID, we need profile access for the latter.
|
||||
final String passedMinidumpName = passedMinidumpFile.getName();
|
||||
// Strip the .dmp suffix from the minidump name to obtain the crash ID.
|
||||
final String crashId = passedMinidumpName.substring(0, passedMinidumpName.length() - 4);
|
||||
final GeckoProfile profile = GeckoProfile.get(this, profileName, profileDir);
|
||||
final String clientId = profile.getClientId();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user