Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1710)

Unified Diff: android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java

Issue 2838383002: Move Minidump Uploading IO operations off the UI thread. (Closed)
Patch Set: Don't fail test if uploadFinished called - we don't guarantee ng. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
diff --git a/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java b/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
index 2e373c6a32989c73ae871dfab0404f72c8764f2c..ff7b8d530c205a046491272a32041616a5b81130 100644
--- a/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
+++ b/android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploaderDelegate.java
@@ -37,7 +37,7 @@ public class AwMinidumpUploaderDelegate implements MinidumpUploaderDelegate {
@Override
public File getCrashParentDir() {
- return CrashReceiverService.getOrCreateWebViewCrashDir();
+ return CrashReceiverService.getWebViewCrashDir();
}
@Override
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/crash/MinidumpUploaderTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698