| Index: android_webview/java/src/org/chromium/android_webview/AwDebug.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwDebug.java b/android_webview/java/src/org/chromium/android_webview/AwDebug.java
|
| index 72b125a22a2ac1d5373e212334c7b0a897b093fb..7de5d284f3490dfcc3d925c13d97ed80c7045465 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwDebug.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwDebug.java
|
| @@ -5,6 +5,7 @@
|
| package org.chromium.android_webview;
|
|
|
| import org.chromium.base.annotations.JNINamespace;
|
| +import org.chromium.base.annotations.UsedByReflection;
|
|
|
| import java.io.File;
|
| import java.io.IOException;
|
| @@ -16,6 +17,7 @@ import java.io.IOException;
|
| * the client of WebView.
|
| */
|
| @JNINamespace("android_webview")
|
| +@UsedByReflection("")
|
| public class AwDebug {
|
| /**
|
| * Dump webview state (predominantly a minidump for all threads,
|
| @@ -29,6 +31,7 @@ public class AwDebug {
|
| * be able to be re-opened for reading and writing via its
|
| * canonical path. The file will be truncated upon re-opening.
|
| */
|
| + @UsedByReflection("")
|
| public static boolean dumpWithoutCrashing(File dumpFile) {
|
| String dumpPath;
|
| try {
|
|
|