mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-17 08:33:54 +00:00
Don't delete persistent histogram file on normal exit.
BUG=crashpad:165, chromium:696721 Change-Id: I85c6740955fdbdfd7f17208c095a4685e28bfacc Reviewed-on: https://chromium-review.googlesource.com/448960 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
f848952e05
commit
6128f38e28
@ -590,9 +590,6 @@ int HandlerMain(int argc, char* argv[]) {
|
|||||||
upload_thread.Stop();
|
upload_thread.Stop();
|
||||||
prune_thread.Stop();
|
prune_thread.Stop();
|
||||||
|
|
||||||
if (histogram_allocator)
|
|
||||||
histogram_allocator->DeletePersistentLocation();
|
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user